FGLPROFILE: Web Services configuration / Examples |
The following is an FGLPROFILE sample, configured for XML cryptography and using 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"