Linux
# If you are on Linux, use this command to split the PEM bundle into individual certificate files
# (Does not work on a Mac due to GNU awk)
awk 'BEGIN {c=0;} /BEGIN CERT/{c++} {print > c ".pem"}' < ../iosCerts.PEM
This is a placeholder for Help text related to using the Security Help Center seach feature.
Log In to the Cisco Security Documentation Portal
Cisco Secure Access Help Manage Certificates View the Cisco Trusted Root Store Extract the Certificates Step 4: Generate Individual Certificate Files Linux
Last updated: Aug 07, 2025
# If you are on Linux, use this command to split the PEM bundle into individual certificate files
# (Does not work on a Mac due to GNU awk)
awk 'BEGIN {c=0;} /BEGIN CERT/{c++} {print > c ".pem"}' < ../iosCerts.PEM