Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Open
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: 1 addition & 5 deletions pcf-infrastructure/api-cert-rotation.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ To provide your own CA, use `curl` to make the following API call:

1. Navigate to `https://OPS-MAN-FQDN` in a browser and log in to Ops Manager.

1. Navigate to the BOSH Director tile, and open the Director Config section. Check the box that says `Recreate All VMs`. This will ensure that the newly generated CA propagates to all deployed VMS, and will prevent downtime during certificate regeneration.

1. Click **Apply Changes**. When the deploy finishes, continue to the next section.

#### <a id='activate-new-ca'></a> Step 2: Activate the New CA
Expand Down Expand Up @@ -260,9 +258,7 @@ To provide your own CA, use `curl` to make the following API call:
The API returns a successful response:
<pre class="terminal">HTTP/1.1 200 OK</pre>

1. In the browser, navigate to the BOSH Director tile, and open the Director Config section.
1. Check the box that says `Recreate All VMs`. This will help prevent downtime during certificate regeneration.
1. Click **Apply Changes**. When the deploy finishes, continue to the next section.
1. Navigate to Ops Manager and click **Apply Changes**. When the deploy finishes, continue to the next section.

#### <a id='delete'></a> Step 4: Delete the Old CA

Expand Down