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

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.