Remove org name in csr for now

This commit is contained in:
Fang-Pen Lin
2025-11-04 09:27:11 -08:00
parent 088059b305
commit c9f6cebd7b
3 changed files with 1 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ Feature: Authorization
Then I add names to certificate signing request csr
"""
{
"ORGANIZATION_NAME": "Infisical Inc",
"COMMON_NAME": "localhost"
}
"""

View File

@@ -9,7 +9,6 @@ Feature: Challenge
Then I add names to certificate signing request csr
"""
{
"ORGANIZATION_NAME": "Infisical Inc",
"COMMON_NAME": "localhost"
}
"""
@@ -20,4 +19,5 @@ Feature: Challenge
Then I serve challenge response for challenge at localhost
Then I tell ACME server that challenge is ready to be verified
Then I poll and finalize the ACME order order as finalized_order
Then the value finalized_order.body.status should be equal to valid
# TODO: check the fullchain pem content of the order

View File

@@ -9,7 +9,6 @@ Feature: Order
Then I add names to certificate signing request csr
"""
{
"ORGANIZATION_NAME": "Infisical Inc",
"COMMON_NAME": "localhost"
}
"""
@@ -31,7 +30,6 @@ Feature: Order
Then I add names to certificate signing request csr
"""
{
"ORGANIZATION_NAME": "Infisical Inc",
"COMMON_NAME": "localhost"
}
"""
@@ -63,7 +61,6 @@ Feature: Order
Then I add names to certificate signing request csr
"""
{
"ORGANIZATION_NAME": "Infisical Inc",
"COMMON_NAME": "localhost"
}
"""