Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ To execute the procedure, you need to have the `Space Developer` role for the co
- For non-mTLS authentication, use


`cf create-service auditlog-management default <SERVICE_INSTANCE>`
`cf create-service auditlog-management default <SERVICE_INSTANCE>`

> ### Note:
> If there's a previously created auditlog-management service instance without the security parameters for mTLS, we recommend you to delete that instance and create a new instance with mTLS authentication using the parameters from the previous \(recommended\) scenario.
> ### Note:
> If there's a previously created auditlog-management service instance without the security parameters for mTLS, we recommend you to delete that instance and create a new instance with mTLS authentication using the parameters from the previous \(recommended\) scenario.

4. Create a key for the service instance:

Expand All @@ -96,7 +96,7 @@ To execute the procedure, you need to have the `Space Developer` role for the co

- For service instances without mTLS, use:

`cf create-service-key <SERVICE_INSTANCE> <SERVICE_KEY>`
`cf create-service-key <SERVICE_INSTANCE> <SERVICE_KEY>`

5. List the key of the service instance:

Expand Down
Loading