mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Formatting changes
This commit is contained in:
parent
e9499eb8de
commit
b0903ba766
@ -4,7 +4,7 @@ Installing and Configuring Halite
|
||||
|
||||
In this tutorial, we'll walk through installing and setting up Halite. The
|
||||
current version of Halite is considered pre-alpha and is supported only in Salt
|
||||
v2014.1.0 (Hydrogen) or greater. Additional information is available on GitHub:
|
||||
``v2014.1.0 (Hydrogen)`` or greater. Additional information is available on GitHub:
|
||||
https://github.com/saltstack/halite
|
||||
|
||||
Before beginning this tutorial, ensure that the salt-master is installed. To
|
||||
@ -216,7 +216,7 @@ You can also use ``salt-call`` to create a self-signed cert.
|
||||
|
||||
salt-call tls.create_self_signed_cert tls
|
||||
|
||||
Note that the above command will put the newly generated certs under the `/etc/pki/tls/certs/` directory.
|
||||
Note that certs generated by the above command can be found under the ``/etc/pki/tls/certs/`` directory.
|
||||
When using self-signed certs, browsers will need approval before accepting the
|
||||
cert. If the web application page has been cached with a non-HTTPS version of
|
||||
the app, then the browser cache will have to be cleared before it will
|
||||
|
Loading…
Reference in New Issue
Block a user