Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update certificates.json
  • Loading branch information
jlichwa authored Oct 13, 2022
commit 502df590053b5ba8c23f9d7cdcb27507b2efe8e5
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the issuer."
"description": "The name of the issuer. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
},
{
"name": "parameter",
Expand Down Expand Up @@ -469,7 +469,7 @@
"required": true,
"type": "string",
"pattern": "^[0-9a-zA-Z-]+$",
"description": "The name of the certificate."
"description": "The name of the certificate. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
},
{
"name": "parameters",
Expand Down Expand Up @@ -521,7 +521,7 @@
"required": true,
"type": "string",
"pattern": "^[0-9a-zA-Z-]+$",
"description": "The name of the certificate."
"description": "The name of the certificate. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.""
},
{
"name": "parameters",
Expand Down Expand Up @@ -1557,6 +1557,7 @@
},
"key_usage": {
"type": "array",
"description": "Defines how the certificate's key may be used.",
"items": {
"type": "string",
"enum": [
Expand Down