Fiaz Hossain ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
..
README.md ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
ca.pem 02975e1550 add tests to api and signer/remote před 10 roky
ca_key.pem 02975e1550 add tests to api and signer/remote před 10 roky
client-key.pem ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
client.json ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
client.pem ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
config.json ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
server-key.pem ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
server.json ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky
server.pem ef1e917429 Add support for Mutual-TLS Remote requests (#614) před 8 roky

README.md

Instructions to generate client key/certificate

Use CFSSL to generate the client certificate if they expire

cfssl gencert -ca=ca.pem -ca-key=ca_key.pem -config=config.json -profile=client client.json | cfssljson -bare client
cfssl gencert -ca=ca.pem -ca-key=ca_key.pem -config=config.json -profile=server server.json | cfssljson -bare server