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
When the REST API is accessed to create an intermediate CA, but the parent_common_name field on the payload is omitted, the following error message is returned to the client along with an HTTP 400 status set: {"error":"parent common name is empty when creating an intermediate CA certificate"}
However, getting a listing of $CAPATH on the file system of the server shows that the CSR exists on disk, it just has not been signed by a root CA.
We either want to continue returning an error status but not retain the CSR on the server; or only issue a warning but retain the CSR so that the client can try to manually sign the CSR with a root CA.
The text was updated successfully, but these errors were encountered:
When the REST API is accessed to create an intermediate CA, but the
parent_common_name
field on the payload is omitted, the following error message is returned to the client along with an HTTP 400 status set:{"error":"parent common name is empty when creating an intermediate CA certificate"}
However, getting a listing of
$CAPATH
on the file system of the server shows that the CSR exists on disk, it just has not been signed by a root CA.We either want to continue returning an error status but not retain the CSR on the server; or only issue a warning but retain the CSR so that the client can try to manually sign the CSR with a root CA.
The text was updated successfully, but these errors were encountered: