hostname myrouter
crypto key generate rsa!---生成密钥对,建议密钥长度不低于1024位,可用sh cry key mypubkey rsa来检查所生成的公钥,私钥出于安全的目的是不可查看的 【程序编程相关:PIX与VPN client的pre-s】
ip domain-name test.com 【推荐阅读:视频Qos配置案例】enrollment mode ra 【扩展信息:VPN设置实例(运营商为移动公司)】crypto ca identity myca enrollment url http://192.168.0.2:80/certsrv/mscep/mscep.dll crl optional !---enrollment mode ra定义ca登记的方式采用ra(registration authority)方式,如采用windows 2000做ca中心,应采用ra登记方式 !---crl optional定义即使在crl(certificate revocation list)不可用时也能接收对方的证书 !---enrollment url http://192.168.0.2:80/certsrv/mscep...中心的url地址.这里我说明一下,因为cisco使用了他专有的scep(simple certificate enrollment protocol)协议来与ca中心联系获取根证书.win2k的ca服务缺省没有对scep的支持,需要win2k resource kit中的一个附加工具cepsetup.exe,安装完后才能在ie中对http://192.168.0.2:80/certsrv/mscep/mscep.dll进行引用.
... 下一页