Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
ds-type = 'SEE ALSO';
ds-format = 'texi';
ds-text = <<-_EOT_
- p11tool (1)
+ p11tool (1), psktool (1), srptool (1)
_EOT_;
};
$ certtool --certificate-info --infile cert.pem
@end example
+@subheading Changing the certificate format
+To convert the certificate from PEM to DER format, use:
+@example
+$ certtool --certificate-info --infile cert.pem --outder --outfile cert.der
+@end example
+
@subheading PKCS #12 structure generation
To generate a PKCS #12 structure using the previous key and certificate,
use the command: