mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 23:48:05 -05:00
Remove org name in csr for now
This commit is contained in:
@@ -9,7 +9,6 @@ Feature: Authorization
|
||||
Then I add names to certificate signing request csr
|
||||
"""
|
||||
{
|
||||
"ORGANIZATION_NAME": "Infisical Inc",
|
||||
"COMMON_NAME": "localhost"
|
||||
}
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user