-
Published Question
I am doing some preliminary work for a company that does not yet have a D.O. account. After the company account is setup can I somehow transfer the droplet image that is under my account and restore it or whatever to ...
2
•
•
By
bronzetab
DigitalOcean Accounts
-
Published Answer
As of 2/5 I was able to install certbot 0.21.0 using
apt-get update
apt-get dist-upgade on 16.04
Accepted Answer:
As of 2/5 I was able to install certbot 0.21.0 using
apt-get update
apt-get dist-upgade on 16.04
•
By
bronzetab
-
Published Answer
The latest info I have:
whoever ports this to ubunut is working on porting it according to cerbot.eff
certbot.eff.org says …
•
By
bronzetab
-
Published Question
Certbot link (https://community.letsencrypt.org/t/certbot-0-21-0-release/50725)
Accepted Answer:
As of 2/5 I was able to install certbot 0.21.0 using
apt-get update
apt-get dist-upgade on 16.04
4
•
•
By
bronzetab
Let's Encrypt
Ubuntu 16.04
-
Published Answer
YES, sites-enabled being empty is a problem. Linking sites-available/ex.com to sites-enabled/ex.com is error prone. Use this:
…
•
By
bronzetab
-
Published Answer
Change
location / {
# First attempt to serve request as file
try_files $uri $uri/ ;
}
locatio...
•
By
bronzetab
-
Published Question
I have a droplet setup with nginx using server blocks to have several virtual hosts, letsencrypt and nodejs running: thanks to the great tutorials. I'm using koa.js for the nodejs webserver and I use react to build th...
1
•
•
By
bronzetab
Nginx
Node.js
Ubuntu 16.04