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 signing a CSR I get a "duplicate extensions" error.
Load the CSR.
Right-click the loaded CSR and select "Sign".
Select a template in the [Source] tab and press the [Apply extensions] button.
the following error occurs in the [Advanced] tab.
Error: duplicate extensions:
X509v3 Basic Constraints
X509v3 Key Usage
X509v3 Subject Alternative Name
After pressing [OK], the following warning will appear.
The certificate contains invalid or duplicate extensions.
Check the validation on the advanced tab.
My CSR was created using FortiGate.
It seems to occur in v2.7.0 and v2.8.0.
This error did not occur in v2.6.0. The screenshot below shows the Advanced tab for v2.6.0.
I will send you CSR so you can check them out.
The CSR information is as follows:
Certificate Name: TestCA_208_Server
Common Name: server01.example-uuu1.com
Organization Unit: UTM
Organization: Security
Locality(City): Shibuya
State / Province: Tokyo
Country / Region: Japan(JP)
E-Mail: [email protected]
Subject Alternative Name: DNS:server01.example-uuu1.com
Password for private key: password
Key Type: RSA
Key Size: 2048bit TestCA_Server.zip
The text was updated successfully, but these errors were encountered:
The CSR and the template contain the same extensions:
X509v3 Basic Constraints
X509v3 Key Usage
X509v3 Subject Alternative Name
Putting them both into the final certificate is not allowed and XCA does not know, which extension to use.
Solution 1: Unselect "Copy extensions from the request" in the Source tab, which ignores all extensions from the request
Solution 2: Set "Basic Constraints" type to "Not defined", unselect all entries in the "Key Usage" box and clear the SAN input field.
In this case you should review the request-extensions whether they are acceptable.
You may derive a new template from one of the default templates and erase those entries if you need to sign that type of requests more often.
Thank you for your quick response.
Following your solution I was able to avoid the error.
In addition, I understood that the movement of v2.6.0 was a bug.
Because I thought your solution 2 reflected accurate CSR information, I decided to use it.
When signing a CSR I get a "duplicate extensions" error.
Error: duplicate extensions:
X509v3 Basic Constraints
X509v3 Key Usage
X509v3 Subject Alternative Name
After pressing [OK], the following warning will appear.
The certificate contains invalid or duplicate extensions.
Check the validation on the advanced tab.
My CSR was created using FortiGate.
It seems to occur in v2.7.0 and v2.8.0.
This error did not occur in v2.6.0. The screenshot below shows the Advanced tab for v2.6.0.
I will send you CSR so you can check them out.
The CSR information is as follows:
Certificate Name: TestCA_208_Server
Common Name: server01.example-uuu1.com
Organization Unit: UTM
Organization: Security
Locality(City): Shibuya
State / Province: Tokyo
Country / Region: Japan(JP)
E-Mail: [email protected]
Subject Alternative Name: DNS:server01.example-uuu1.com
Password for private key: password
Key Type: RSA
Key Size: 2048bit
TestCA_Server.zip
The text was updated successfully, but these errors were encountered: