prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I4d84d2c5b03d005b66fabe13980539154cac162d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/docs/README.md b/docs/README.md
index ea3b532..af95ce6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,5 @@
## To Build
+
```
To build this package, do the following steps:
@@ -17,10 +18,14 @@
curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d '{"data":[false,"ldap://<ldap://<LDAP server ip/hostname>/", "<bindDN>", "<baseDN>","<bindDNPassword>","<searchScope>","<serverType>"]}'' https://$BMC_IP/xyz/openbmc_project/user/ldap/action/CreateConfig
```
+
#### NOTE
-If the configured ldap server is secure then we need to upload the client certificate and the CA certificate in following cases.
- - First time LDAP configuration.
- - Change the already configured Client/CA certificate
+
+If the configured ldap server is secure then we need to upload the client
+certificate and the CA certificate in following cases.
+
+- First time LDAP configuration.
+- Change the already configured Client/CA certificate
#### Upload LDAP Client Certificate