User Tools

Site Tools


linux:openssl:generar_ca_y_certificado_autofirmado

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:openssl:generar_ca_y_certificado_autofirmado [2023/08/31 13:49] dodgerlinux:openssl:generar_ca_y_certificado_autofirmado [2023/08/31 15:42] (current) dodger
Line 33: Line 33:
 mv $(hostname).key ../ssl.key/ mv $(hostname).key ../ssl.key/
 </code> </code>
 +
 +===== Generating DHPARAMS =====
 +<code bash>
 +openssl dhparam -dsaparam -out /etc/ssl/private/dhparam2.pem 4096
 +</code>
 +[[https://security.stackexchange.com/questions/95178/diffie-hellman-parameters-still-calculating-after-24-hours|Link]]
  
 ====== Troubleshoot ====== ====== Troubleshoot ======
linux/openssl/generar_ca_y_certificado_autofirmado.txt · Last modified: 2023/08/31 15:42 by dodger