You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a request ist generated with OpenSSL and the chil engine instead of using nCipher's generatekey, the resulting CSR is rejected by an SCEP server (but sscep will accept it and send a request). Thus, the Chil implementation currently needs to use its own createrequest function instead of the default OpenSSL one.
This may be due to an engine issue and should be investigated.
The text was updated successfully, but these errors were encountered:
If a request ist generated with OpenSSL and the
chil
engine instead of using nCipher'sgeneratekey
, the resulting CSR is rejected by an SCEP server (but sscep will accept it and send a request). Thus, theChil
implementation currently needs to use its owncreaterequest
function instead of the default OpenSSL one.This may be due to an engine issue and should be investigated.
The text was updated successfully, but these errors were encountered: