|
hai 1 semana | |
---|---|---|
.. | ||
README.md | %!s(int64=8) %!d(string=hai) anos | |
ca.pem | hai 1 semana | |
ca_key.pem | %!s(int64=10) %!d(string=hai) anos | |
client-key.pem | hai 1 semana | |
client.json | %!s(int64=8) %!d(string=hai) anos | |
client.pem | hai 1 semana | |
config.json | %!s(int64=8) %!d(string=hai) anos | |
server-key.pem | hai 1 semana | |
server.json | %!s(int64=8) %!d(string=hai) anos | |
server.pem | hai 1 semana |
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