Wouter0100
Verified User
- Joined
- Nov 9, 2012
- Messages
- 27
I've planned to release a DirectAdmin plugin for this, which automates these things.
I don't quite follow why he's manually installing the certificates through DirectAdmin after he created them. Why not just write out the certificates/keys at the same locations where DA writes them? Wouldn't that produce the exact same result without having to do manual labor? It's all about automation, so I was thinking about installing the certs/keys in all appropriate places (for Exim, for Dovecot, for ProFTP, for DA itself) through a script. Ideas?
I've updated the tutorial now it's in open beta: https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html. I've added a part where you symlink the files from Directadmin to the letsencrypt files. This will be a burden to do, including bringing down the webserver. DirectAdmin development should integrate this including auto renewal, otherwise a lot less people will use this. The renewal part, after the initial setup, consists out of running the client again, and since the symlinks are setup, does not require entrance in DA again. However, the renewal does require to bring down the webserver...
I've updated the tutorial now it's in open beta: https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html. I've added a part where you symlink the files from Directadmin to the letsencrypt files. This will be a burden to do, including bringing down the webserver. DirectAdmin development should integrate this including auto renewal, otherwise a lot less people will use this. The renewal part, after the initial setup, consists out of running the client again, and since the symlinks are setup, does not require entrance in DA again. However, the renewal does require to bring down the webserver...
You should check my link of the post right above yours. It's possible to keep the default webserver running if you use the --webroot method, on top of that as it turns out there are several php libs made so it seems a da-plugin could be done very soon.
A DA plugin would be even nicer yes. I'll check out the webroot option, thanks
I would also like to see an automated native/plugin option for directadmin. This way I am able to give all my customers SSL at once, so here is another interested party
For today's public beta launch the limits will remain:
... I think there will always be some rate limits, though we intend to raise them from time to time.
- Rate limit on registrations per IP is currently 10 per 3 hours
- Rate limit on certificates per Domain is currently 5 per 7 days
Hello,
Good to see that you're working on the plugin. They say there some rate limits and the rate limits will remain even after public beta ends:
https://community.letsencrypt.org/t/public-beta-rate-limits/4772
Since that... is your plugin able to deal with this and track the hourly and daily usage?[/FONT]
So, is there any official response from the directadmin dev team on Let's Encrypt? Are they willing to put this on the feature list?
Functionality for the new Free Certificate Authority:
https://letsencrypt.org/
directadmin.conf option:
letsencrypt=0
where 0 is the internal default.
To enable this feature, use:
letsencrypt=1
Users can then access it from:
User Level -> SSL Certificates
where a 3rd certification creation radio box will be created:
"Free & automatic certificate from Let's Encrypt"
in addition to the other 2 'self-signed' and 'create request' options.
[..]
It does seem to be coming in v1.492: https://www.directadmin.com/features.php?id=1828
Will this work for email too?
Sorry if this is slightly bumping an older thread;
With let's encrypt basically providing free SSL certificates there's no reason not to have any HTTPS-only websites. Will DA allow certificates on websites without their own IP? I have quite a few websites running right now but sadly I can't give them all their IP and I shouldn't have to.