Corrected punctuation typo in README.md

Changed double colon into single colon in the [SSL configuration]
section of README.md

Change-Id: I88a949270c14947cd59b0a256a827b5c807bea94
This commit is contained in:
Bayani Carbone 2021-03-08 16:10:50 +01:00
parent 0a53c05de5
commit 713205ae2a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ At a minimum, the cloud must provide Glance and Nova services.
To fully secure your dashboard services, you can provide a SSL key and
certificate for installation and configuration. These are provided as base64
encoded configuration options::
encoded configuration options:
juju set openstack-dashboard ssl_key="$(base64 my.key)" \
ssl_cert="$(base64 my.cert)"