Thursday, 25 July 2019

Default LTM Certs and Keys

The default LTM certs are still stored in /config/ssl/. The custom certs/keys are stored in the filestore: 

Here is the Find command to verify the path:

# find / -name *.crt* -o -name *.key* 


No comments:

Post a Comment

🔥 The Hidden Risk of “Wide Open” Internal Policies — And How To Remove Them Safely

In one of my recent projects, I noticed a wide open internal traffic policy in place. Later, I was asked to work on this issue and remove th...