AUTH::cert_issuer_credential

Description

Sets the peer certificate issuer credential to the value of for a future AUTH::authenticate call. This command returns an error if attempted for a standby system.

Syntax

AUTH::cert_issuer_credential authid <peer certificate>

AUTH::cert_issuer_credential authid <peer certificate>

  • Sets the peer certificate issuer credential to <peer certificate> for a future AUTH::authenticate call.

Examples

when CLIENTSSL_CLIENTCERT {
  set ldap_sid [AUTH::start pam $myprofilename]
  AUTH::cert_credential $ldap_sid [SSL::cert 0]
  AUTH::cert_issuer_credential $ldap_sid [SSL::cert issuer 0]
  AUTH::authenticate $ldap_sid
}