Locally Significant Certificates
Locally Significant Certificates
Note You can add more rules and filters under the same map. The rule mentioned in
the above configuration specifies that any certificate whose issuer-name contains
Cisco Manufacturing CA (case insensitive) is selected under this map.
Both the LSC CA and the LAP Device certificates are installed in the LAP, and the system self-reboots. The
next time it comes up, since it is configured to use LSCs, the AP sends the LSC Device Certificate to the
controller as part of the JOIN Request. As part of the JOIN Response, the controller sends the new Device
certificate and also validates the inbound LAP certificate with the new CA Root Certificate.
Note The LSC is supported on the controller and all Cisco Aironet Access Points.
What to Do Next
To configure, authorize, and manage certificate enrollment with the existing PKI infrastructure for controller
and AP, you need to use the LSC provisioning.
Step 2 crypto key generate rsa exportable Configures RSA key for PKI trustpoint.
general-keys modulus key_size label RSA_key
• For the key_size, enter the size of the key
Example: modulus. The valid range is from 360 to
Device(config)# crypto key generate rsa 4096.
exportable general-keys modulus 2048
label ewlc-tp1 • For the RSA_key, enter the RSA key pair
label.
Step 2 crypto pki trustpoint trustpoint_name Creates a new trust point for an external CA
server. Here, trustpoint_name refers to the
Example:
trustpoint name.
Device(config)# crypto pki trustpoint
microsoft-ca
Step 5 rsakeypair RSA_key key_size Maps RSA key with that of the trustpoint.
Example: • RSA_key—Refers to the RSA key pair
Device(ca-trustpoint)# rsakeypair label.
ewlc-tp1
• key_size—Refers to the signature key
length. Range is from 360 to 4096.
Step 3 yes
Example:
Device(config)# % Do you accept this
certificate? [yes/no]: yes
Trustpoint CA certificate accepted.
Step 7 yes
Example:
Device(config)# % Include the router
serial number in the subject name?
[yes/no]: yes
Step 8 no
Example:
Device(config)# % Include an IP address
in the subject name? [no]: no
Step 9 yes
Example:
Device(config)#
Request certificate from CA? [yes/no]:
yes
% Certificate request sent to
Certificate Authority
% The 'show crypto pki certificate
verbose client' commandwill show the
fingerprint.
Step 4 Use the Trustpoint Name drop-down to search or select the trustpoint.
Step 5 In the Number of Join Attempts field, enter the retry attempts.
Step 6 Click Apply.
Step 2 ap lsc-provision key-size{1024 | 2048} Specifies the size of keys to be generated for
the LSC certificate on AP.
Example:
Device(config)# ap lsc-provision key-size
1024
Step 2 ap lsc-provision trustpoint tp-name Specifies the trustpoint with which the LCS is
provisioned to AP.
Example:
Device(config)# ap lsc-provision Here, tp-name refers to the trustpoint name.
trustpoint microsoft-ca
Step 2 [no] ap lsc-provision mac-address mac-addr Adds the access point to the LSC provision list.
Example:
Step 4 From the Trustpoint Name drop-down list, select the appropriate trustpoint for all APs.
Step 5 In the Number of Join Attempts field, enter the number of retry attempts that the APs can make to join the
controller.
Step 6 From the Key Size drop-down list, select the appropriate key size of the certificate from the following options:
• 2048
• 3072
• 4096
Step 7 In the Add APs to LSC Provision List section, click Select File option to upload a CSV file that contains
the AP details. After selecting the file, click Upload File.
Step 8 In the AP MAC Address field, enter the AP MAC address to search for APs and add them. The APs added
to the provision list are displayed in the APs in Provision List section.
Step 9 In the Subject Name Parameters section, enter the following details:
a. Country
b. State
c. City
d. Organization
e. Department
f. Email Address
Step 2 [no] ap lsc-provision Enables LSC provisioning for all access points.
Example: By default, the LSC provisioning is disabled
Device(config)# no ap lsc-provision for all APs.
To view the LSC-provision related configuration details for an AP, use the following command:
Device# show ap lsc-provision summary
AP LSC-provisioning : Disabled
Trustpoint used for LSC-provisioning : microsoft-ca
LSC Revert Count in AP reboots : 10
AP LSC Parameters :
Country : IN
State : KA
City : BLR
Orgn : ABC
Dept : ABC
Email : [email protected]
Key Size : 2048
Mac Address
-----------
0038.df24.5fd0
2c5a.0f22.d4ca
e4c7.22cd.b74f
Procedure