08-03-2017 10:41 AM - edited 03-08-2019 11:36 AM
Hello,
I have multiple Cisco 2960X Switches and i want to configure CA Signed SSL Certificate on Switch but unable to configure the same..
Please help to get this configure..
Thank You
08-03-2017 11:03 AM
Hello,
can you be more specific about where you get stuck ? Have you configured a CA Trustpoint ?
Post the config you have so far...
Also, refer to this document:
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-0_2_EX/security/configuration_guide/b_sec_152ex_2960-x_cg/b_sec_152ex_2960-x_cg_chapter_01010.html#d72206e292a1635
08-04-2017 04:10 AM
crypto pki trustpoint abc-xyz
enrollment terminal pem
usage ssl-server
ip-address none
subject-name CN=abc-xyz D=xx C=xx S=xxxx
revocation-check crl
eckeypair xx2017
hash sha256
When i am exporting this to get signed by CA then i am getting below error:
Abc(config)#crypto pki export abc-xyz pem terminal
% The specified trustpoint is not authenticated (abc-xyz).
Abc(config)#
08-04-2017 04:40 AM
Sorry for asking stupid questions, but did you authenticate with 'crypto pki authenticate' ?
08-04-2017 07:17 AM
Tried to Authenticate but it was asking for CA Server..
That was not getting connected.
Abc(config)#crypto pki authenticate abc-xyz
Enter the base 64 encoded CA certificate.
End with a blank line or the word "quit" on a line by itself
% Error processing Certificate Authority certificate.
Abc(config)#
08-04-2017 03:39 PM
So when you enter the command crypto pki authenticate you will need to paste the contents of the Root CA certificiate, this is the CA that is signing the certificate of the switch.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide