generar_certificado_y_claves_autofirmados_con_openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
generar_certificado_y_claves_autofirmados_con_openssl [2024/06/22 18:11] – created osogenerar_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. +  **-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. +  **-newkey rsa:4096:** This option generates a new RSA key of 4096 bits. 
-**-keyout Selfsigned_key.pem:** This option specifies the filename to write the newly created private key to. +  **-keyout Selfsigned_key.pem:** This option specifies the filename to write the newly created private key to. 
-**-out Selfsigned_cert.pem:** This option specifies the filename to write the newly created certificate to. +  **-out Selfsigned_cert.pem:** This option specifies the filename to write the newly created certificate to. 
-**-sha256:** This option specifies the use of SHA-256 for signing the certificate. +  **-sha256:** This option specifies the use of SHA-256 for signing the certificate. 
-**-days 3650:** This option sets the certificate to be valid for 3650 days (10 years). +  **-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.+  **-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)