iiiiher

把cisco路由器配置成ca服务器

参考


clock set 10:00:00 Dec 23 2017
conf t
crypto key generate rsa general-keys label cisco1 exportable
crypto key export rsa cisco1 pem url nvram: 3des cisco123
show crypto key mypubkey rsa
ip http server

crypto pki server cisco1
database url nvram:
database level minimum
issuer-name CN=cisco1.cisco.com L=RTP C=US
lifetime ca-certificate 365 
lifetime certificate 200 
lifetime crl 24
cdp-url http://12.1.1.1/cisco1cdp.cisco1.crl
no shutdown



conf t
ip domain-name cisco.com
crypto key generate rsa


crypto ca trustpoint cisco
    enrollment retry count 5
    enrollment retry period 3
    enrollment url http://12.1.1.1:80
    revocation-check none

crypto ca authenticate cisco

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2021-07-13
  • 2021-08-07
  • 2021-12-05
  • 2021-10-26
  • 2022-12-23
  • 2022-01-12
  • 2021-12-19
猜你喜欢
  • 2021-12-14
  • 2021-12-27
  • 2021-09-10
  • 2021-08-27
  • 2021-12-02
  • 2022-01-18
  • 2021-12-06
相关资源
相似解决方案