Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions content/vault/v1.16.x/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,10 @@ $ curl \
## Submit CA information

This endpoint allows submitting the CA information for the secrets engine via an SSH
key pair. _If you have already set a certificate and key, they will be
overridden._
key pair. If you call submit CA with an existing certificate or key, the
endpoint returns an error. To update existing values, call the delete CA
information endpoint before calling the submit endpoint.


| Method | Path |
| :----- | :--------------- | -------------------------- |
Expand Down
5 changes: 3 additions & 2 deletions content/vault/v1.17.x/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,9 @@ $ curl \
## Submit CA information

This endpoint allows submitting the CA information for the secrets engine via an SSH
key pair. _If you have already set a certificate and key, they will be
overridden._
key pair. If you call submit CA with an existing certificate or key, the
endpoint returns an error. To update existing values, call the delete CA
information endpoint before calling the submit endpoint.

| Method | Path |
| :----- | :--------------- | -------------------------- |
Expand Down
5 changes: 3 additions & 2 deletions content/vault/v1.18.x/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,9 @@ $ curl \
## Submit CA information

This endpoint allows submitting the CA information for the secrets engine via an SSH
key pair. _If you have already set a certificate and key, they will be
overridden._
key pair. If you call submit CA with an existing certificate or key, the
endpoint returns an error. To update existing values, call the delete CA
information endpoint before calling the submit endpoint.

| Method | Path |
| :----- | :--------------- | -------------------------- |
Expand Down
5 changes: 3 additions & 2 deletions content/vault/v1.19.x/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,9 @@ $ curl \
## Submit CA information

This endpoint allows submitting the CA information for the secrets engine via an SSH
key pair. _If you have already set a certificate and key, they will be
overridden._
key pair. If you call submit CA with an existing certificate or key, the
endpoint returns an error. To update existing values, call the delete CA
information endpoint before calling the submit endpoint.

| Method | Path |
| :----- | :--------------- | -------------------------- |
Expand Down
5 changes: 3 additions & 2 deletions content/vault/v1.20.x/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,9 @@ $ curl \
## Submit CA information

This endpoint allows submitting the CA information for the secrets engine via an SSH
key pair. _If you have already set a certificate and key, they will be
overridden._
key pair. If you call submit CA with an existing certificate or key, the
endpoint returns an error. To update existing values, call the delete CA
information endpoint before calling the submit endpoint.

| Method | Path |
| :----- | :--------------- | -------------------------- |
Expand Down
Loading