Initial commit, basic SSL server with its own CA and localhost certificates
authorNick Downing <nick.downing@lifx.co>
Mon, 16 Mar 2020 02:38:48 +0000 (13:38 +1100)
committerNick Downing <nick.downing@lifx.co>
Mon, 16 Mar 2020 02:38:48 +0000 (13:38 +1100)
commit618e7840dc47d514efb0078d63e138d6c13e9919
treedc052be052ae8085bddac51874f58b596db7b7bb
Initial commit, basic SSL server with its own CA and localhost certificates
13 files changed:
amazon_cert_server.py [new file with mode: 0755]
index.html [new file with mode: 0644]
ssl/ca.conf [new file with mode: 0644]
ssl/ca_cert.pem [new file with mode: 0644]
ssl/ca_cert.srl [new file with mode: 0644]
ssl/ca_key.pem [new file with mode: 0644]
ssl/localhost.conf [new file with mode: 0644]
ssl/localhost_cert.pem [new file with mode: 0644]
ssl/localhost_cert_bundle.pem [new file with mode: 0644]
ssl/localhost_csr.pem [new file with mode: 0644]
ssl/localhost_ext.conf [new file with mode: 0644]
ssl/localhost_key.pem [new file with mode: 0644]
ssl/n.sh [new file with mode: 0755]