Enum anjay_est_cacerts_policy_t

Enum Documentation

enum anjay_est_cacerts_policy_t

Values:

enumerator ANJAY_EST_CACERTS_FOR_EST_SECURITY_AND_BOOTSTRAP

Perform the /est/crts request if there are servers configured to use the EST security mode, and use the updated trust store for those servers, as well as for the Bootstrap Server if it’s configured to use either EST or Certificate security mode (default mode).

enumerator ANJAY_EST_CACERTS_FOR_EST_SECURITY

Perform the /est/crts request if there are servers configured to use the EST security mode, and use the updated trust store for those servers only.

The Bootstrap Server will use the updated trust store only if it is itself configured to use the EST security mode.

enumerator ANJAY_EST_CACERTS_IF_EST_CONFIGURED

Perform the /est/crts request if there are servers configured to use the EST security mode, and use the updated trust store for all servers configured to use either EST or Certificate security mode.

enumerator ANJAY_EST_CACERTS_ALWAYS

Perform the /est/crts request if there are servers configured to use either EST or Certificate security mode, and use the updated trust store for all such servers.

enumerator ANJAY_EST_CACERTS_DISABLED

Never perform the /est/crts request.