Mobile Server 1.0
  • MobileServerServerModule
  • MobileServerClientModule
  • MobileServerInternalCA
  • MobileServerDatabaseJdbc
  • MobileServerEnrollment
  • Form-format
Powered by GitBook
On this page
  • Introduction
  • Configuration
  • Configuration
Export as PDF

MobileServerInternalCA

The CA used by MobileID

Introduction

A module that generates certificates

Configuration

Module name: MobileServerInternalCA

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"
  }
}

PreviousMobileServerClientModuleNextMobileServerDatabaseJdbc

Last updated 1 year ago