Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Restore default SSL certificate on AMP 

Jul 17, 2014 10:20 AM

Introduction : Sometimes after applying incorrect SSL certificate on AMP we did not get the pound service

running and also did not get the WEB console of AMP. So in such cases we have to restore the
default SSL certificate on AMP which was before

 

Answer:

 

First we will delete the existing symbolic link files :
[root@localhost mercury]# rm -rf /etc/httpd/conf/ssl.crt/server.crt
[root@localhost mercury]# rm -rf /etc/httpd/conf/ssl.key/server.key
[root@localhost mercury]# rm -rf /etc/httpd/conf/ssl.pem
 
Create symbolic link with the default SSL cert and key file :
[root@localhost mercury]# ln -s /etc/pki/tls/certs/localhost.crt /etc/httpd/conf/ssl.crt/server.crt
[root@localhost mercury]# ln -s /etc/pki/tls/private/localhost.key /etc/httpd/conf/ssl.key/server.key
[root@localhost mercury]# cat>/etc/httpd/conf/ssl.pem /etc/pki/tls/certs/localhost.crt /etc/pki/tls/private/localhost.key

Finally, restarting pound should make the change successful.
[root@localhost mercury]# service pound restart
Stopping Pound: [ OK ]
Starting Pound: starting...
[ OK ]

After restarting pound, login to AMP web page and you should see AMP loading with default certificate.

 

 

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.