cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6597
Views
35
Helpful
3
Replies

Firepower Management Center - disable certificate authentication

cisco_kiwi
Level 1
Level 1

Hi,

 

I managed to enable certificate authentication on our Firepower Management Center and now I am unable to browse to the URL to make changes.

 

I see others have come across this issue and they have been able to disable the cert via the CLI with ASA FirePOWER. But from what I can find the Firepower Management Center doesn't have a CLI and there is no way to disable the certificate.

 

Does anyone know a way to disable the cert or do I have to delete the config and start again. 

 

Any help would be much appreciated. 

1 Accepted Solution

Accepted Solutions

mikael.lahtela
Level 4
Level 4
Hi,

You can ssh to FMC, login with admin credentials.
If you are unsure how to configure this you should contact Cisco TAC as you can mess things up here.

You need to edit /etc/httpd/ssl_certificates.conf with sudo vi /etc/httpd/ssl_certificates.conf
Change the line "SSLVerifyClient x" to "SSLVerifyClient none".
Restart FMC or user pmtool restartbytype gui

To use command vi on linux (fmc os), here is a basic guide:
https://ryanstutorials.net/linuxtutorial/vi.php

br, Micke

View solution in original post

3 Replies 3

mikael.lahtela
Level 4
Level 4
Hi,

You can ssh to FMC, login with admin credentials.
If you are unsure how to configure this you should contact Cisco TAC as you can mess things up here.

You need to edit /etc/httpd/ssl_certificates.conf with sudo vi /etc/httpd/ssl_certificates.conf
Change the line "SSLVerifyClient x" to "SSLVerifyClient none".
Restart FMC or user pmtool restartbytype gui

To use command vi on linux (fmc os), here is a basic guide:
https://ryanstutorials.net/linuxtutorial/vi.php

br, Micke

Thanks, that helped me a lot as I accidently activated client certificates.

Thank you, that helps me too as I accidentally enabled the client certificates.

Review Cisco Networking for a $25 gift card