Home | History | Annotate | Download | only in certs

Lines Matching refs:sroot

64 # primary server-EKU root: sroot-cert
65 ./mkcert.sh genroot "Root CA" root-key sroot-cert serverAuth
67 openssl x509 -in sroot-cert.pem -trustout \
68 -addtrust serverAuth -out sroot+serverAuth.pem
69 openssl x509 -in sroot-cert.pem -trustout \
70 -addreject serverAuth -out sroot-serverAuth.pem
71 openssl x509 -in sroot-cert.pem -trustout \
72 -addtrust clientAuth -out sroot+clientAuth.pem
73 openssl x509 -in sroot-cert.pem -trustout \
74 -addreject clientAuth -out sroot-clientAuth.pem
75 openssl x509 -in sroot-cert.pem -trustout \
76 -addtrust anyExtendedKeyUsage -out sroot+anyEKU.pem
77 openssl x509 -in sroot-cert.pem -trustout \
78 -addreject anyExtendedKeyUsage -out sroot-anyEKU.pem