Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I have a couple of Microsoft NLB clusters that I want to NAT publicly (remote desktop gateway for example), on my MX84 security appliance.They are in Multicast mode, and have static ARP and MAC entries on my Cisco Catalyst 9200 switches interna...
Hello, I am trying to complete a basic import of a certificate to our 9200 switches, so that it covers the HTTPS access via the web GUI.I am however struggling a bit, and Cisco first line support don't quite have the knowledge to clearly guide me. I ...
Hi, I have read the Cisco documentation on HTTPS certs for Cisco IOS here Sadly, I don't quite understand what a "TrustPoint" is, and what steps I do and do not need to take to generate a CSR to submit to our internal AD CA. It's also talking about U...
Hello, I have a couple of old SG350XG switches, and I am trying to generate a CSR and create a new custom SSL certificate.After applying the generated certs, Chrom/Edge etc still does not trust the cert because there is no SAN. The CSR gives me no op...
Hi, I have been given a second hand 3850 switch that was not reset.I have managed to do a factory-reset config to clear the startup config and regain access to the switch, but would like to go one step further and fully wipe it to start over. As it i...
I believe it is PEM, as the format within the keys and cert are:-----BEGIN ENCRYPTED PRIVATE KEY-----MIIFHD.....-----END ENCRYPTED PRIVATE KEY----------BEGIN CERTIFICATE-----MIIFmz...-----END CERTIFICATE-----I used the below openssl command to genera...
Hi, I have managed, with some support from Cisco support team, to import some certs and keys into my Catalyst 9200 series switches.I'm still struggling with these though. I have used OpenSSL to generate a CSR and new private key, which I used to issu...
I have a resolution to this problem. Cisco support advised my issue was that the cert was missing DEK header information. So, my process is;1. Generate key and CSR using below command:openssl req -newkey rsa:2048 -subj "[certificate_details]" -sha256...
I have a resolution to this problem. Cisco support advised my issue was that the cert was missing DEK header information. So, my process is;1. Generate key and CSR using below command:openssl req -newkey rsa:2048 -subj "[certificate_details]" -sha256...