Created
October 23, 2017 14:32
-
-
Save dontpaniclabsgists/86aa930ec3dd58dbfb1e861ed597bdc8 to your computer and use it in GitHub Desktop.
securing_docker_11
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 x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem -CAcreateserial -out cert.pem -extfile extfile.cnf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment