-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue 29. Add basic authentication quarantine #35
Conversation
Based on #34 |
bed8c14
to
06f7e52
Compare
docs/source/cookbook/0_https.rst
Outdated
|
||
.. code-block:: bash | ||
|
||
echo "{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace with here docs everything with massive backslash jsons/yamls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is meant by here docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #34
chmod 644 certs/ca.key certs/server.key certs/client.key | ||
|
||
``certs/*.crt`` is a file with a certificate in PEM format and ``certs/*.key`` is a file with a key in PEM format where ``*`` is a replacement for `ca`, `server` and `client`. | ||
|
||
Launching etcd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Etcd (capital letter). Check other places too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the same writing as in the official documentation - etcd
. See https://etcd.io/
@@ -241,10 +321,6 @@ The configuration below does not contain TLS settings for simplicity. For produc | |||
\"urls\": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here-doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #34
06f7e52
to
b42e503
Compare
b42e503
to
7fc7334
Compare
7fc7334
to
a34aa1c
Compare
No description provided.