<p><b>@devinbileck</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-explorer/pull/15#discussion_r363075513">README.md</a>:</p>
<pre style='color:#555'>>  
-```
-sudo apt-get install software-properties-common
-sudo add-apt-repository universe
-sudo add-apt-repository ppa:certbot/certbot
-sudo apt-get update
-sudo apt-get install python-certbot-nginx
-sudo certbot --nginx
+```bash
+sudo apt-get update -q
+sudo apt-get install -q -y nginx-core python-certbot-nginx
+sudo certbot --nginx --agree-tos --non-interactive -m ssl@example.com -d explorer.example.com
</pre>
<p>Perhaps should first allow http/https traffic through the firewall before installing the certificate, otherwise the authorization process will fail (timeout). Since after following the seednode configuration only SSH/Bitcoin will be allowed.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-explorer/pull/15#discussion_r363076220">README.md</a>:</p>
<pre style='color:#555'>>  
-Copy Bisq seednode db directory contents to `$EXPLORER_HOME`
-```
-mkdir ${EXPLORER_HOME}/data
-cp -r ${DATADIR}/* ${EXPLORER_HOME}/data
+Install the nginx.conf from this repository, substituting explorer.example.com for your server hostname
+```bash
+sudo wget -O /etc/nginx/nginx.conf https://raw.githubusercontent.com/bisq-network/bisq-explorer/master/nginx.conf
+sudo sed -i -e '!__HOSTNAME__!explorer.example.com!g' /etc/nginx/nginx.conf
</pre>
<p>I ran into an error when running this command:<br>
<code>sed: -e expression #1, char 2: unknown command: </code>_'`</p>
<p>So instead i used:<br>
<code>sudo sed -i -e 's/__HOSTNAME__/explorer.example.com/g' /etc/nginx/nginx.conf</code></p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-explorer/pull/15#discussion_r363076597">nginx.conf</a>:</p>
<pre style='color:#555'>>              include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
                ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
 
-               server_name explorer.bisq.network; # managed by Certbot
+               server_name __HOSTNAME__; # managed by Certbot
 
                index index.html;
                root /home/bisqweb/bisq-explorer/www;
</pre>
⬇️ Suggested change
<pre style="color: #555">-              root /home/bisqweb/bisq-explorer/www;
+               root /bisq/bisq-explorer/www;
</pre>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-explorer/pull/15?email_source=notifications&email_token=AJFFTNW7NXVPPDBUXFCKCHLQ4GM3BA5CNFSM4KCV4VT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQVVT4Q#pullrequestreview-338385394">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUKANNSSQA5DSOMJEDQ4GM3BANCNFSM4KCV4VTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXW6ER5AD5UV5KHFPLQ4GM3BA5CNFSM4KCV4VT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQVVT4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-explorer/pull/15?email_source=notifications\u0026email_token=AJFFTNW7NXVPPDBUXFCKCHLQ4GM3BA5CNFSM4KCV4VT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQVVT4Q#pullrequestreview-338385394",
"url": "https://github.com/bisq-network/bisq-explorer/pull/15?email_source=notifications\u0026email_token=AJFFTNW7NXVPPDBUXFCKCHLQ4GM3BA5CNFSM4KCV4VT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQVVT4Q#pullrequestreview-338385394",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>