Here's how to automate SSL Certs to UBNT switches

Share your Config Push presets or discuss automation in general
Post Reply
SeanCTS
Posts: 60
Joined: Thu Nov 02, 2017 7:29 pm
Location: Orlando, FL

Thu Mar 28, 2019 4:57 pm

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.
Post Reply