Last active
July 25, 2016 13:57
-
-
Save elarif/bd74be31f3f1c36d57343561df6b4367 to your computer and use it in GitHub Desktop.
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 -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=FR/ST=IDF/L=PARIS/O=RSI/CN=docker.rsi" -keyout /data/domain.key -out /data/domain.crt | |
# https://certbot.eff.org/#centosrhel7-apache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment