mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
modify msg of certificate
This commit is contained in:
parent
4bf727c7e1
commit
74e2984f9c
@ -52,11 +52,11 @@ function genCert {
|
||||
then
|
||||
openssl req -newkey rsa:4096 -nodes -sha256 -keyout $ca_key \
|
||||
-x509 -days 365 -out $ca_cert -subj \
|
||||
"/C=US/ST=California/L=Palo Alto/O=VMware/OU=CA/CN=CA"
|
||||
"/C=US/ST=California/L=Palo Alto/O=VMware, Inc./OU=Harbor/CN=Self-signed by VMware, Inc."
|
||||
fi
|
||||
openssl req -newkey rsa:4096 -nodes -sha256 -keyout $key \
|
||||
-out $csr -subj \
|
||||
"/C=US/ST=California/L=Palo Alto/O=VMware/OU=Harbor/CN=$hostname"
|
||||
"/C=US/ST=California/L=Palo Alto/O=VMware, Inc./OU=Harbor/CN=$hostname"
|
||||
if [ "$isFQDN" = false ]
|
||||
then
|
||||
echo "Add subjectAltName = IP: $hostname to certificate"
|
||||
|
Loading…
Reference in New Issue
Block a user