High Performance OPC UA Server SDK  1.2.0.193
uaapp_certificate Struct Reference

UA Application Instance Certificate. More...

#include <appconfig.h>

Data Fields

const char * certificate
 Certificate location specifier (file:// or store:// (only store for new certificates))
 
const char * key
 Key location specifier (file:// or store (identified by cert id))
 
uint32_t store
 Store identifier.
 
uint32_t days_valid
 Number of days the created certificate shall be valid. More...
 
const char * algorithm
 Signature algorithm used for signing the new certificate (sha1 or sha256)
 
uint32_t key_length
 Key length in bits of the new key pair. More...
 
uint32_t issuer_index
 Index specifying the issuer certificate (same as cert for self signed)
 
bool create
 true if certificate shall be generated if not found at above location
 

Detailed Description

UA Application Instance Certificate.

Identifies a certificate and key, does not contain the certificate or key data.

Field Documentation

uint32_t days_valid

Number of days the created certificate shall be valid.

uint32_t key_length

Key length in bits of the new key pair.


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