software:openssl:createcert
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
software:openssl:createcert [2025/10/19 21:37] – rodolico | software:openssl:createcert [2025/10/19 23:31] (current) – rodolico | ||
---|---|---|---|
Line 79: | Line 79: | ||
Private key generation is the same as it was for the CA, except we do not want a password in most cases. If we have a password, it would require you to enter the password every time a service was restarted. | Private key generation is the same as it was for the CA, except we do not want a password in most cases. If we have a password, it would require you to enter the password every time a service was restarted. | ||
- | Here, we're creating a private key named //www.example.internal.key//. This allows us to know which key this is for. Also note we did not include the -des3. Leaving off the encryption algorithm tells genpkey that we don't want to encrypt the key. | + | Here, we're creating a private key named www.example.internal.key. This allows us to know which key this is for. Also note we did not include the -des3. Leaving off the encryption algorithm tells genpkey that we don't want to encrypt the key. |
<code bash> | <code bash> | ||
Line 121: | Line 121: | ||
| | ||
</ | </ | ||
+ | |||
+ | ===== Automation ===== | ||
+ | |||
+ | ===== openssl ca function ===== | ||
<code cnf> | <code cnf> |
software/openssl/createcert.1760927856.txt.gz · Last modified: 2025/10/19 21:37 by rodolico