Skip to content

Instantly share code, notes, and snippets.

@avkosme
Last active November 22, 2020 18:53
Show Gist options
  • Save avkosme/70bad60e2991412fc7a833029c69ae1c to your computer and use it in GitHub Desktop.
Save avkosme/70bad60e2991412fc7a833029c69ae1c to your computer and use it in GitHub Desktop.
nginx-selfsigned.crt
openssl req -x509 -days 365 -nodes -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt
arch
sudo trust anchor nginx-selfsigned.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment