This commit is contained in:
2022-03-29 08:28:36 +02:00
parent 46c5ff0cec
commit 0f20247939
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,6 @@
R1(config)#int loopback 1
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config)#ip http server
R1(config)#crypto pki server R1CA
@ -5,7 +8,7 @@ R1(cs-server)#issuer-name cn="R1CA"
R1(cs-server)#grant auto
R1(cs-server)#no shutdown
R1(config)#ip domain name NWL.LAB
R1(config)#ip domain name CONTOSO.COM
R1(config)#crypto pki trustpoint R1CLIENT
R1(ca-trustpoint)#enrollment url http://192.168.1.1
R1(ca-trustpoint)#subject-name cn=R1CLIENT.CONTOSO.COM