08-14-2019 02:39 PM - edited 07-05-2021 10:51 AM
Hello team
Is it possible to push a CA cert (Root / Sub) to an AP?
What we're trying to achieve is AP 802.1x authentication with ISE who's certs have been issued by a private PKI issuing CA.
Since the AP attempts to validate the ISE device cert during the mutual authn phase prior to 802.1x EAP/EAP-TLS transactions, the AP does not trust the cert presented by ISE and prevents the AP from initiating dot1x AuthN
one approach we're considering is to push a CA cert down to the AP.
ISE Live Logs:
thanks for any guidance or recommendations.
Regan
Solved! Go to Solution.
08-15-2019 08:40 AM
Hi,
Refer to:
Step 1 | Copy the device certificate to the default directory on your server. |
Step 2 | Choose Commands > Download File to open the Download File to Controller page. |
Step 3 | From the File Type drop-down list, choose Vendor Device Certificate. |
Step 4 | In the Certificate Password text box, enter the password that was used to protect the certificate. |
Step 5 | From the Transfer Mode drop-down list, choose from the following options:
|
Step 6 | In the IP Address text box, enter the IP address of the server. If you are using a TFTP server, the default values of 10 retries and 6 seconds for the Maximum Retries and Timeout text boxes should work correctly without any adjustment. However, you can change these values. |
Step 7 | Enter the maximum number of times that the TFTP server attempts to download the certificate in the Maximum Retries text box and the amount of time (in seconds) that the TFTP server attempts to download the certificate in the Timeout text box. |
Step 8 | In the File Path text box, enter the directory path of the certificate. |
Step 9 | In the File Name text box, enter the name of the certificate. |
Step 10 | If you are using an FTP server, follow these steps:
|
Step 11 | Click Download to download the device certificate to the controller. A message appears indicating the status of the download. |
Step 12 | After the download is complete, choose Commands > Reboot > Reboot. |
Step 13 | If prompted to save your changes, click Save and Reboot. |
Step 14 | Click OK to confirm your decision to reboot the controller. |
Step 1 | Log onto the controller CLI. | ||
Step 2 | Specify the transfer mode used to download the config file by entering this command: transfer download mode {tftp | ftp | sftp } | ||
Step 3 | Specify the type of the file to be downloaded by entering this command: transfer download datatype eapdevcert | ||
Step 4 | Specify the certificate’s private key by entering this command: transfer download certpassword password | ||
Step 5 | Specify the IP address of the TFTP or FTP server by entering this command: transfer download serverip server-ip-address | ||
Step 6 | Specify the name of the config file to be downloaded by entering this command: transfer download path server-path-to-file | ||
Step 7 | Specify the directory path of the config file by entering this command: transfer download filename filename.pem | ||
Step 8 | (Optional) If you are using a TFTP server, enter these commands:
| ||
Step 9 | If you are using an FTP server, enter these commands (skip this step if you are not using FTP server):
| ||
Step 10 | View the updated settings by entering the transfer download start command. Answer y when prompted to confirm the current settings and start the download process. | ||
Step 11 | Reboot the controller by entering this command: reset system |
***Please mark as accepted solution if it helped you***
08-15-2019 08:40 AM
Hi,
Refer to:
Step 1 | Copy the device certificate to the default directory on your server. |
Step 2 | Choose Commands > Download File to open the Download File to Controller page. |
Step 3 | From the File Type drop-down list, choose Vendor Device Certificate. |
Step 4 | In the Certificate Password text box, enter the password that was used to protect the certificate. |
Step 5 | From the Transfer Mode drop-down list, choose from the following options:
|
Step 6 | In the IP Address text box, enter the IP address of the server. If you are using a TFTP server, the default values of 10 retries and 6 seconds for the Maximum Retries and Timeout text boxes should work correctly without any adjustment. However, you can change these values. |
Step 7 | Enter the maximum number of times that the TFTP server attempts to download the certificate in the Maximum Retries text box and the amount of time (in seconds) that the TFTP server attempts to download the certificate in the Timeout text box. |
Step 8 | In the File Path text box, enter the directory path of the certificate. |
Step 9 | In the File Name text box, enter the name of the certificate. |
Step 10 | If you are using an FTP server, follow these steps:
|
Step 11 | Click Download to download the device certificate to the controller. A message appears indicating the status of the download. |
Step 12 | After the download is complete, choose Commands > Reboot > Reboot. |
Step 13 | If prompted to save your changes, click Save and Reboot. |
Step 14 | Click OK to confirm your decision to reboot the controller. |
Step 1 | Log onto the controller CLI. | ||
Step 2 | Specify the transfer mode used to download the config file by entering this command: transfer download mode {tftp | ftp | sftp } | ||
Step 3 | Specify the type of the file to be downloaded by entering this command: transfer download datatype eapdevcert | ||
Step 4 | Specify the certificate’s private key by entering this command: transfer download certpassword password | ||
Step 5 | Specify the IP address of the TFTP or FTP server by entering this command: transfer download serverip server-ip-address | ||
Step 6 | Specify the name of the config file to be downloaded by entering this command: transfer download path server-path-to-file | ||
Step 7 | Specify the directory path of the config file by entering this command: transfer download filename filename.pem | ||
Step 8 | (Optional) If you are using a TFTP server, enter these commands:
| ||
Step 9 | If you are using an FTP server, enter these commands (skip this step if you are not using FTP server):
| ||
Step 10 | View the updated settings by entering the transfer download start command. Answer y when prompted to confirm the current settings and start the download process. | ||
Step 11 | Reboot the controller by entering this command: reset system |
***Please mark as accepted solution if it helped you***
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide