FGLPROFILE: XML cryptography
Use FGLPROFILE file entries to define XML cryptography and use the fglpass agent to get the private key passwords.
# Security configuration
security.global.agent = "4444"
# Crypto configuration
xml.keystore.calist = "RSARootCertificate.crt;DSARootCertificate.crt"
xml.keystore.x509list = "RSA1024Certificate.crt;DSA1024Certificate.crt"
xml.id1.x509 = "RSA1024Certificate.crt"
xml.id2.x509 = "DSA1024Certificate.crt"
xml.id3.key = "RSA1024Key.pem"
xml.id4.key = "DSA1024Key.der"
xml.id5.key = "HMAC.bin"