Skip to content

Commit

Permalink
Add Organizational Unit to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Mar 21, 2024
1 parent a91254f commit a531394
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/features/account/signature.feature
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ Feature: account/signature
| password | password |
Then the response should be a JSON array with the following mandatory values
| key | value |
| name | /C=BR/ST=State of Company/L=City Name/O=Organization/CN=signer1-displayname |
| issuer | {"CN": "Common Name","C": "BR","ST": "State of Company","L":"City Name","O": "Organization"} |
| subject | {"CN": "signer1-displayname","C": "BR","ST": "State of Company","L":"City Name","O": "Organization"} |
| name | /C=BR/ST=State of Company/L=City Name/O=Organization/OU=Organization Unit/CN=signer1-displayname |
| issuer | {"CN": "Common Name","C": "BR","ST": "State of Company","L":"City Name","O": "Organization","OU":"Organization Unit"} |
| subject | {"CN": "signer1-displayname","C": "BR","ST": "State of Company","L":"City Name","O": "Organization","OU":"Organization Unit"} |
| (jq).extensions.basicConstraints | CA:FALSE |
| (jq).extensions.subjectAltName | email:signer@domain.test |
| (jq).extensions.keyUsage | Digital Signature, Key Encipherment, Certificate Sign |
| (jq).extensions.extendedKeyUsage | TLS Web Client Authentication, E-mail Protection |
Expand Down

0 comments on commit a531394

Please sign in to comment.