cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nleistad
New Contributor

GenerateAOESecCert.sh

Jump to solution

Have upgraded to AOE 20.02.00, looking to install certs in trusted store of clients.

Using Chrome browser which for many versions has needed SAN in the cert in addition to DN. Found generateAOESecCert.sh script. 

Would like to know if there is an updated script that inserts the required for Chrome SAN fields? OR, what parameters to add to existing script to add?

 

 

0 Kudos
1 Solution

Accepted Solutions
nleistad
New Contributor

Re: GenerateAOESecCert.sh

Jump to solution

FWIW, fixed (alleviated the problem).

on the keytool like before the -dname, inserted "-ext san=dns:$HOST_NAME" (no quotes). 

when the new cert is installed in the trusted certificates store, Chrome stops complaining. 

View solution in original post

0 Kudos
1 Reply
nleistad
New Contributor

Re: GenerateAOESecCert.sh

Jump to solution

FWIW, fixed (alleviated the problem).

on the keytool like before the -dname, inserted "-ext san=dns:$HOST_NAME" (no quotes). 

when the new cert is installed in the trusted certificates store, Chrome stops complaining. 

0 Kudos