mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
User proper formatting.
This commit is contained in:
parent
47f42d7d4d
commit
4d6c0f989c
1 changed files with 17 additions and 15 deletions
|
@ -27,7 +27,9 @@ For example, using ``curl`` to install latest git:
|
|||
|
||||
In case `curl` tells you something like:
|
||||
|
||||
```
|
||||
|
||||
.. code: text
|
||||
|
||||
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
|
||||
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
|
||||
More details here: http://curl.haxx.se/docs/sslcerts.html
|
||||
|
@ -42,7 +44,7 @@ If this HTTPS server uses a certificate signed by a CA represented in
|
|||
not match the domain name in the URL).
|
||||
If you'd like to turn off curl's verification of the certificate, use
|
||||
the -k (or --insecure) option.
|
||||
```
|
||||
|
||||
|
||||
Append `-k` or `--insecure` to the `curl` options.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue