# This installation will create a first administrative CA
ca.name=ManagementCA
ca.dn=CN=InstallManagementCA,O=Libriciel,C=FR
# The token type the administrative CA will use.
ca.tokentype=soft
# Password for the administrative CA token.
ca.tokenpassword=null
# The keyspec for the administrative CAs key
ca.keyspec=4096
# The keytype for the administrative CA
ca.keytype=RSA
# Default signing algorithm for the administrative CA.
ca.signaturealgorithm=SHA256WithRSA
# The validity in days for the installation's administrative CA, only digits.
ca.validity=60
# The policy id of the administrative CA
ca.policy=null
##Archivo web.properties
#Copiar archivo
cp web.properties.sample web.properties
#Editar el archivo
# Password for java trust keystore
java.trustpassword=EncoreUnMotdepasse
# The CN and DN of the super administrator.
superadmin.cn=TempSuperAdmin
superadmin.dn=CN=${superadmin.cn}
# Password for the temporary super-administrator's p12 keystore.
superadmin.password=mot2passe4firefox
superadmin.batch=true
# The password used to protect the web servers SSL keystore
httpsserver.password=serverpwd
# Hostname which will be used for accessing the CA
httpsserver.hostname=ejbca.toto.net
# The Distinguished Name of the SSL server certificate
httpsserver.dn=CN=${httpsserver.hostname},O=Libriciel,C=FR
# Specify external port visible to users of EJBCA.
httpserver.external.privhttps=443
# Specify desired language for the web frontend.
web.availablelanguages=fr,en