Christopher Broglie ee73190698 Migrate to Go modules il y a 5 ans
..
5min-ecdsa-key.pem 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
5min-ecdsa.pem 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
5min-rsa-key.pem 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
5min-rsa.pem 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
README.md ee73190698 Migrate to Go modules il y a 5 ans
ca_csr_ecdsa.json 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
ca_csr_rsa.json 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
ecdsa256.csr edc6592652 Initial import. il y a 10 ans
ecdsa384.csr edc6592652 Initial import. il y a 10 ans
ecdsa521.csr edc6592652 Initial import. il y a 10 ans
rsa2048.csr edc6592652 Initial import. il y a 10 ans
rsa3072.csr edc6592652 Initial import. il y a 10 ans
rsa4096.csr edc6592652 Initial import. il y a 10 ans

README.md

  1. To generate 5min-rsa.pem and 5min-rsa-key.pem $ cfssl gencert -initca ca_csr_rsa.json | cfssljson -bare 5min-rsa
  2. To generate 5min-ecdsa.pem and 5min-ecdsa-key.pem $ cfssl gencert -initca ca_csr_ecdsa.json | cfssljson -bare 5min-ecdsa

The above commands will generate 5min-rsa.csr and 5min-ecdsa.csr as well, but those files can be ignored.