cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1028
Views
4
Helpful
4
Replies

Switch from PSK to certificete

ayussuf
Level 1
Level 1

How can I change from a PSK based RA confuguration to a locally assighed certificate base configuration?

Thank you in advance for you assistance.

4 Replies 4

Mohammad Alhyari
Cisco Employee
Cisco Employee

Hi,

welcome to the world of PKI (public key infrastrcuture)

when moving to the world of certificates , generally you need to have the following :

1- a Certificate authority that will issue certificates to the clients , and this can be a :

any valid public certificate authority

your OWN microsft CA server

the beloved IOS CA server (your own CISCO router).

2- a client enrolloing for the certificate :

this can be done on CISCO IOS router either using :

SCEP :simple certificate enrollement protocol (uses HTTP port 80)

or

manual enrollment  (copy and paste)

3- a protocol to carry the certificates and do the authentication which is IKE

so changes will be :

- authenticate the CA certificate on all of your clients

-enroll each cleint with its own certificate

-change the IKE policy to use the certificate authentication , it is rsa-sig under the isakmp policy definition .

for a basic knowledge about certificates ;

http://en.wikipedia.org/wiki/Public_key_certificate

manual certificate enrollment (TFTP and cut and paste):

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t13/feature/guide/ftmancrt.html

configure and enroll a cisco router to another cisco router :

http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a0080210cdc.shtml

Digital certifiactes PKI for VPN :

http://www.cisco.com/en/US/docs/solutions/Enterprise/Security/DCertPKI.html

HTH

Mohammad.

Does each client need their own Certificate?

yes you need.

I have a MS CA server which is currently issueing to every users.

I want to use the PSK, Certificate and the users still have to enter the username and password.

If not, Can I just use the Certificate and the username and password.