|
пре 8 година | |
---|---|---|
.. | ||
README.md | пре 8 година | |
ca.pem | пре 10 година | |
ca_key.pem | пре 10 година | |
client-key.pem | пре 8 година | |
client.json | пре 8 година | |
client.pem | пре 8 година | |
config.json | пре 8 година | |
server-key.pem | пре 8 година | |
server.json | пре 8 година | |
server.pem | пре 8 година |
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