BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
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