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

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