.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_sign_x509" 3 "2.6.11" "libpskc" "libpskc" .SH NAME pskc_sign_x509 \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_sign_x509(pskc_t * " container ", const char * " key_file ", const char * " cert_file ");" .SH ARGUMENTS .IP "pskc_t * container" 12 a \fBpskc_t\fP handle, from \fBpskc_init()\fP. .IP "const char * key_file" 12 filename of file containing private key. .IP "const char * cert_file" 12 filename of file containing corresponding X.509 certificate. .SH "DESCRIPTION" Sign PSKC data using X.509 certificate and private key. .SH "RETURNS" On success, \fBPSKC_OK\fP (zero) is returned, or an error code. .SH "REPORTING BUGS" Report bugs to . libpskc home page: https://www.nongnu.org/oath-toolkit/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2012-2020 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.