Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
cert::Scep::ScepSettings Struct Reference

Settings for all SCEP enrollments (initial and renewal) More...

import "Scep.idl";

Public Attributes

string caCertFingerprint
 The fingerprint of the trusted CA certificate.
 
string url
 SCEP server url.
 
int renewDaysBeforeExpiry
 Run renewal if the certificate will expire in <n> days.
 
int pendingWaitTimeSeconds
 In pending state, seconds between polling messages.
 
int pendingRetries
 In pending state, how many polling messages will be sent before exiting with failure.
 
boolean skipVerificationOfIssuedCertChain
 Do not verify whether the issued end-entity certificate builds a chain of trust up to the SCEP Root CA cert.
 

Detailed Description

Settings for all SCEP enrollments (initial and renewal)

Definition at line 27 of file Scep.idl.

Member Data Documentation

◆ caCertFingerprint

string cert::Scep::ScepSettings::caCertFingerprint

The fingerprint of the trusted CA certificate.

Definition at line 28 of file Scep.idl.

◆ pendingRetries

int cert::Scep::ScepSettings::pendingRetries

In pending state, how many polling messages will be sent before exiting with failure.

Definition at line 32 of file Scep.idl.

◆ pendingWaitTimeSeconds

int cert::Scep::ScepSettings::pendingWaitTimeSeconds

In pending state, seconds between polling messages.

Definition at line 31 of file Scep.idl.

◆ renewDaysBeforeExpiry

int cert::Scep::ScepSettings::renewDaysBeforeExpiry

Run renewal if the certificate will expire in <n> days.

Definition at line 30 of file Scep.idl.

◆ skipVerificationOfIssuedCertChain

boolean cert::Scep::ScepSettings::skipVerificationOfIssuedCertChain

Do not verify whether the issued end-entity certificate builds a chain of trust up to the SCEP Root CA cert.

Definition at line 33 of file Scep.idl.

◆ url

string cert::Scep::ScepSettings::url

SCEP server url.

Definition at line 29 of file Scep.idl.


The documentation for this struct was generated from the following file: