Page 1 of 1

Here's how to automate SSL Certs to UBNT switches

Posted: Thu Mar 28, 2019 4:57 pm
by SeanCTS

Code: Select all

config
no crypto certificate generate
exit
no ip http secure-server

copy tftp://certserver.hostname.com/SSLCert.pem nvram:SSLPem-root
y

copy tftp://certserver.hostname.com/SSLCert.pem nvram:SSLpem-server
y

ip http secure-server
This deletes the current cert, disables HTTPS service, copies the PEM file to the 2 locations the switch needs, and then re-enables the HTTPS service.