Skip to content

Commit

Permalink
Merge pull request #3465 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3459-to-release-4.4

Bug 1824917: [release-4.4] OpenStack: Correcting the instructions to refresh a CA cert
  • Loading branch information
openshift-merge-robot committed Apr 18, 2020
2 parents da76129 + 01e26f6 commit 0d3af40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ curl https://<loadbalancer ip>:22623/config/master --insecure
If you ran the installer with a [custom CA certificate](#self-signed-openstack-ca-certificates), then this certificate can be changed while the cluster is running. To change your certificate, edit the value of the `ca-cert.pem` key in the `cloud-provider-config` configmap with a valid PEM certificate.

```sh
oc edit -n openshift-config cloud-provider-config
oc edit configmap -n openshift-config cloud-provider-config
```

## Reporting Issues
Expand Down

0 comments on commit 0d3af40

Please sign in to comment.