back Creating an self-signed SSL certificate

comp
publication: Novembro 12 2021 15:31
last update: Novembro 12 2021 15:31

# openssl req -newkey rsa:4096 -sha256 -nodes -x509 \
  -subj "/C=BR/ST=MS/L=Dourados/O=AB\ Labs/CN=adrianobarbosa.xyz" \
  -days 365 -keyout server.key -out server.crt

From the man page:

get in touch