MobileServerInternalCA
The CA used by MobileID
Introduction
A module that generates certificates
Configuration
Configuration
This is the configuration.
Name
Description
Default
Mandatory
keystore
The keystore containing the certificate and private key. Can be specified as data or as a file.
N/A
validity
The validity of the generated certificates. Use one of the following formats: P365D - for 365 days PT8H - for 8 hours
N/A
{
"name": "MobileServerInternalCA",
"config":
{
"key_store":
{
"data": "MIIKngIBAzCCC1M...gInEA",
"private_key_password": "password",
"password": "password"
},
"validity": "P365D"
}
}Last updated