mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
4 lines
187 B
Bash
Executable file
4 lines
187 B
Bash
Executable file
#!/bin/sh
|
|
|
|
openssl req -new -config openssl.conf -key key.pem -out key.csr
|
|
openssl ca -config openssl.conf -create_serial -batch -in key.csr -out crt.pem -key rootca.key -cert rootca.crt
|