How is a private key encrypted in a pem certificate?

后端 未结 2 1754
情歌与酒
情歌与酒 2020-12-12 00:07

As part of trying to debug an issue, I am trying to understand how a private key is encrypted in a pem certificate, because I am wondering whether curl

2条回答
  •  不思量自难忘°
    2020-12-12 00:34

    If you are using passphrase, of course your key is encrypted !

    A passphrase is a word or phrase that protects private key files. It prevents unauthorized users from encrypting them. Usually it's just the secret encryption/decryption key used for Ciphers.

提交回复
热议问题