How can I export the certificate and the private key from gpgsm? I’ve done this: $ gpgsm –gen-key > key.pem $ gpgsm –import key.pem and to start a SSL-Server I would need a cert.pem and key.key (private Key) $ openssl s_server -key key.key -cert cert.pem -accept 4433 -www How can I export these two neededRead more