- Read Me First
- Cisco IOS XE PKI Overview Understanding and Planning a PKI
- Deploying RSA Keys Within a PKI
- Configuring Authorization and Revocation of Certificates in a PKI
- Configuring Certificate Enrollment for a PKI
- PKI Credentials Expiry Alerts
- Configuring and Managing a Cisco IOS XE Certificate Server for PKI Deployment
- Storing PKI Credentials
- Source Interface Selection for Outgoing Traffic with Certificate Authority
- PKI Trustpool Management
- PKI Split VRF in Trustpoint
- EST Client Support
- OCSP Response Stapling
PKI Split VRF in Trustpoint
The PKI Split VRF in Trustpoint feature allows you to configure a VPN Routing and Forwarding (VRF) for certificate enrollment and revocation.
- Finding Feature Information
- Information About PKI Split VRF in Trustpoint
- Additional References for PKI Split VRF in Trustpoint
- Feature Information for PKI Split VRF in Trustpoint
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About PKI Split VRF in Trustpoint
Overview of PKI Split VRF in Trustpoint
The PKI Split VRF in Trustpoint feature allows you to configure VPN Routing and Forwarding (VRF) for certificate enrollment and for certificate revocation list (CRL) checking. The VRF is configured in the enrollment profile using the enrollment url command under the crypto pki profile enrollment command to attach the enrollment profile to a trustpoint. You can configure the same VRF for enrollment and CRL or configure different VRFs. Based on the configuration (enrollment or revocation), the corresponding VRF is selected and Simple Certificate Enrollment Protocol (SCEP) request is sent via the respective VRF.
To configure enrollment and CRL via different routing paths, you must configure the enrollment url command using the crypto pki profile enrollment command. This configured VRF acts as an enrollment VRF and the enrollment request goes via that VRF. However, the CRL uses the global VRF configured in the trustpoint using the
If no VRF is configured in the enrollment url command, the enrollment takes global enrollment that is configured in the crypto pki trustpoint command.
Configuring the Split VRF
1.
enable
2.
configure terminal
3.
crypto pki profile enrollment
label
4.
enrollment url
url [vrf
vrf-name]
5.
exit
6.
show crypto pki profile
7.
show crypto pki trustpoint
DETAILED STEPS
Example: Configuring the PKI Split VRF in Trustpoint
Enrollment and Certificate Revocation List Via Same VRF
The following example shows how to configure the enrollment and certificate revocation list (CRL) via the same VRF:
crypto pki trustpoint trustpoint1 enrollment url http://10.10.10.10:80 vrf vrf1 revocation-check crl
Enrollment and Certificate Revocation List Via Different VRF
The following example shows how to configure the enrollment and certificate revocation list (CRL) via different VRF:
crypto pki profile enrollment pki_profile enrollment url http://10.10.10.10:80 vrf vrf2 crypto pki trustpoint trustpoint1 enrollment profile pki_profile vrf vrf1 revocation-check crl
Additional References for PKI Split VRF in Trustpoint
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
Security commands |
|
Recommended cryptographic algorithms |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for PKI Split VRF in Trustpoint
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
PKI Split VRF in Trustpoint |
Cisco IOS XE 3.11S |
The PKI Split VRF in Trustpoint feature allows you to configure a VPN Routing and Forwarding (VRF) for certificate enrollment and revocation. The following commands were introduced or modified: enrollment url (ca-profile-enroll). |