Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 262 Bytes

filefrog/selfcert

Generate a self-signed certificate, with minimal fuss.

$ docker run --rm -v $PWD:/certs filefrog/selfcert

Generates a tls.key and tls.crt file, containing the private key and public X.509 certificate, respectively.