Last active
November 22, 2020 18:53
-
-
Save avkosme/70bad60e2991412fc7a833029c69ae1c to your computer and use it in GitHub Desktop.
nginx-selfsigned.crt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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