diff --git a/docs/server/source/production-deployment-template-tendermint/workflow.rst b/docs/server/source/production-deployment-template-tendermint/workflow.rst index e40d861b..5e55ab4c 100644 --- a/docs/server/source/production-deployment-template-tendermint/workflow.rst +++ b/docs/server/source/production-deployment-template-tendermint/workflow.rst @@ -41,14 +41,19 @@ and buy an SSL/TLS certificate for the FQDN. Things Each Node Operator Must Do --------------------------------- -- [ ] Use a standard and unique naming convention for all instances. +Use a standard and unique naming convention for all instances. -#. Name of the MongoDB instance (``mdb-instance-*``) -#. Name of the BigchainDB instance (``bdb-instance-*``) -#. Name of the NGINX instance (``ngx-http-instance-*`` or ``ngx-https-instance-*``) -#. Name of the OpenResty instance (``openresty-instance-*``) -#. Name of the MongoDB monitoring agent instance (``mdb-mon-instance-*``) -#. Name of the Tendermint instance (``tendermint-instance-*``) +☐ Name of the MongoDB instance (``mdb-instance-*``) + +☐ Name of the BigchainDB instance (``bdb-instance-*``) + +☐ Name of the NGINX instance (``ngx-http-instance-*`` or ``ngx-https-instance-*``) + +☐ Name of the OpenResty instance (``openresty-instance-*``) + +☐ Name of the MongoDB monitoring agent instance (``mdb-mon-instance-*``) + +☐ Name of the Tendermint instance (``tendermint-instance-*``) Example ^^^^^^^