Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created October 23, 2017 14:32
Show Gist options
  • Save dontpaniclabsgists/86aa930ec3dd58dbfb1e861ed597bdc8 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/86aa930ec3dd58dbfb1e861ed597bdc8 to your computer and use it in GitHub Desktop.
securing_docker_11
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