Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created October 23, 2017 14:29
Show Gist options
  • Save dontpaniclabsgists/ce8973b33c2934479661e50e79e9e917 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/ce8973b33c2934479661e50e79e9e917 to your computer and use it in GitHub Desktop.
securing_docker_7
openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem -CAcreateserial -out server-cert.pem -extfile extfile.cnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment