# Allow only the certificates needed for CI testing
# Override the root .gitignore rule for *.pem

# Allow rc1 certificates
!rc1.pem
!rc1-key.pem

# Allow hs1 certificates
!hs1.pem
!hs1-key.pem

# Allow element certificates
!element.pem
!element-key.pem

# Keep ignoring all other .pem files
*.pem

