Gabor Tanz 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
..
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-ed25519-key.pem 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
5min-ed25519.pem 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
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 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
ca_csr_ecdsa.json 8a0cbb857d package initca: Add new methods RenewFromPEM and RenewFromSigner il y a 9 ans
ca_csr_ed25519.json 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
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
ed25519.csr 9a0778d6d8 Add support for generating ed25519 keys and certs (#1061) il y a 1 an
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
  1. To generate 5min-ecdsa.pem and 5min-ecdsa-key.pem
$ cfssl gencert -initca ca_csr_ecdsa.json | cfssljson -bare 5min-ecdsa
  1. To generate 5min-ed25519.pem and 5min-ed25519-key.pem
$ cfssl gencert -initca ca_csr_ed25519.json | cfssljson -bare 5min-ed25519

The above commands will generate 5min-rsa.csr, 5min-ecdsa.csr 5min-ed25519.csr accordingly, but those files can be ignored.