Skip to content

Commit 1524fc2

Browse files
committed
missing hostname param in rhn-ssl-tool
1 parent f664ce4 commit 1524fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mgradm/shared/podman/ssl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ const sslSetupDatabaseScript = `
449449
--set-country "$CERT_COUNTRY" --set-state "$CERT_STATE" --set-city "$CERT_CITY" \
450450
--set-org "$CERT_O" --set-org-unit "$CERT_OU" \
451451
--cert-expiration 3650 --set-email "$CERT_EMAIL" \
452-
--set-cname reportdb --set-cname db $cert_args
452+
--set-hostname reportdb.mgr.internal --set-cname reportdb --set-cname db $cert_args
453453
454454
cp /root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT /ssl/ca.crt
455455
cp /root/ssl-build/reportdb/server.crt /ssl/reportdb.crt

0 commit comments

Comments
 (0)