mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Made Easy-RSA config steps clearer.
This commit is contained in:
parent
3aab15d398
commit
e91e3a79c4
@ -66,12 +66,17 @@ The comments in the file explain what each of the variables mean.
|
|||||||
echo 'set_var EASYRSA_REQ_PROVINCE "Berlin"' >> vars
|
echo 'set_var EASYRSA_REQ_PROVINCE "Berlin"' >> vars
|
||||||
echo 'set_var EASYRSA_REQ_CITY "Berlin"' >> vars
|
echo 'set_var EASYRSA_REQ_CITY "Berlin"' >> vars
|
||||||
echo 'set_var EASYRSA_REQ_ORG "BigchainDB GmbH"' >> vars
|
echo 'set_var EASYRSA_REQ_ORG "BigchainDB GmbH"' >> vars
|
||||||
echo 'set_var EASYRSA_REQ_OU "IT"' >> vars
|
|
||||||
echo 'set_var EASYRSA_REQ_EMAIL "dev@bigchaindb.com"' >> vars
|
echo 'set_var EASYRSA_REQ_EMAIL "dev@bigchaindb.com"' >> vars
|
||||||
|
|
||||||
We follow the convention of modifying the OU to ``ROOT-CA``,
|
We follow the convention of setting the OU to ``ROOT-CA``,
|
||||||
``MongoDB-Instance``, ``BigchainDB-Instance``, ``MongoDB-Mon-Instance`` and
|
``MongoDB-Instance``, ``BigchainDB-Instance``, ``MongoDB-Mon-Instance`` or
|
||||||
``MongoDB-Backup-Instance`` while issuing certificates.
|
``MongoDB-Backup-Instance`` as appropriate.
|
||||||
|
Replace ``insert-name-here`` with the appropriate name
|
||||||
|
(e.g. ``ROOT-CA``) in:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
echo 'set_var EASYRSA_REQ_OU "insert-name-here"' >> vars
|
||||||
|
|
||||||
|
|
||||||
Step 4: Maybe Edit x509-types/server
|
Step 4: Maybe Edit x509-types/server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user