generar_certificado_y_claves_autofirmados_con_openssl
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| generar_certificado_y_claves_autofirmados_con_openssl [2024/06/22 18:11] – created oso | generar_certificado_y_claves_autofirmados_con_openssl [2024/10/17 21:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| **Explanation of the command:** | **Explanation of the command:** | ||
| - | - **req:** This option initiates a certificate signing request (CSR). | + | * **req:** This option initiates a certificate signing request (CSR). |
| - | - **-x509:** This option outputs a self-signed certificate instead of a CSR. | + | |
| - | - **-newkey rsa:4096:** This option generates a new RSA key of 4096 bits. | + | |
| - | - **-keyout Selfsigned_key.pem: | + | |
| - | - **-out Selfsigned_cert.pem: | + | |
| - | - **-sha256: | + | |
| - | - **-days 3650:** This option sets the certificate to be valid for 3650 days (10 years). | + | |
| - | - **-nodes:** This option tells OpenSSL not to encrypt the private key. | + | |
| <WRAP center round info 60%> | <WRAP center round info 60%> | ||
generar_certificado_y_claves_autofirmados_con_openssl.1719079896.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
