|
před 8 roky | |
---|---|---|
.. | ||
README.md | před 8 roky | |
ca.pem | před 10 roky | |
ca_key.pem | před 10 roky | |
client-key.pem | před 8 roky | |
client.json | před 8 roky | |
client.pem | před 8 roky | |
config.json | před 8 roky | |
server-key.pem | před 8 roky | |
server.json | před 8 roky | |
server.pem | před 8 roky |
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