github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/testdata/generate.sh (about) 1 #!/bin/sh 2 3 openssl req -new -config openssl.conf -key key.pem -out key.csr 4 openssl ca -config openssl.conf -create_serial -batch -in key.csr -out crt.pem -key rootca.key -cert rootca.crt