A small pluging that ask for data to obtain a let's encrypt cert and to use cron to renew it, is a good addon for N4F.
Usefull links:
https://certbot.eff.org/#freebsd-nginx
https://letsencrypt.org/docs/
and a link to OMV that have this plugging done and works fine: http://forum.openmediavault.org/index.p ... tsencrypt/
sorry for compare to OMV, but I think that is a goog addon for N4F and must be easy to write ( not for me i'm not a programmer).
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
[REQUEST] certbot & lets Encrypt pluggin
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
[REQUEST] certbot & lets Encrypt pluggin
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
- MikeMac
- Forum Moderator

- Posts: 429
- Joined: 07 Oct 2012 23:12
- Location: Moscow, Russia
- Contact:
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
+1 from me
- crest
- Hardware & Software Guru

- Posts: 538
- Joined: 02 Jul 2012 22:25
- Location: Vienna, Austria - GMT+1
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
I'm on the way, first tests ran fine ...
NAS1: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI 760GM-P23; AMD Athlon(tm) II X2 250 7.58GiB RAM
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:
-
patrick
- NewUser

- Posts: 6
- Joined: 06 Jun 2014 08:35
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
Any update on this? I would be very interested as well.
If you need any tester...
If you need any tester...
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
some work here: viewtopic.php?f=55&t=12939&sid=b9e9bd8c ... 6cc300dc34
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
- Viper780
- Starter

- Posts: 42
- Joined: 23 Jun 2012 14:54
- Location: Vienna / Austria / Europe
- Contact:
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
What is the actual status?
Would be good to use "proper" certificates also on the intranet (e.g the Webinterface)
Would be good to use "proper" certificates also on the intranet (e.g the Webinterface)
-
rgsc
- NewUser

- Posts: 2
- Joined: 30 Jun 2019 10:42
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
Not a plugin but a how-to here, considering this is the first result for XigmaNAS and LetsEncrypt. Managed to get it working my side (not automated).
Run certbot on another machine including the hostname you want for XigmaNAS (making the presumption that you have this down already)
Run OpenSSL to convert the private key to RSA (run in /etc/letsencrypt/archive/hostname/)
openssl rsa -in privkey.pem -out rsakey.key
Edit the rsakey.key file in nano or whatever and paste the key into XigmaNAS
Edit the cert.pem file in nano and paste the cert into XigmaNAS
Reboot and done.
Run certbot on another machine including the hostname you want for XigmaNAS (making the presumption that you have this down already)
Run OpenSSL to convert the private key to RSA (run in /etc/letsencrypt/archive/hostname/)
openssl rsa -in privkey.pem -out rsakey.key
Edit the rsakey.key file in nano or whatever and paste the key into XigmaNAS
Edit the cert.pem file in nano and paste the cert into XigmaNAS
Reboot and done.
-
TKharde
- NewUser

- Posts: 2
- Joined: 02 Apr 2020 09:32
- Status: Offline
Re: [REQUEST] certbot & lets Encrypt pluggin
Hi! I want to say that a certbot plugin would be a heavy improvement of XigmaNAS! I tried it manually with the given instructions above, but It worked only one time for me. The renowal of the key failed. I tried it several times, but the key was not accepted. Also it is annoying to do it every 3 Month. Without the plugin, is it possible to install certbot & lets encrypt in FreeBSD / XigmaNAS for automatic renowal of the keys?
Has anybody solved this problem from command line? i´ve found howto´s for other System´s and other webserver´s but not suitable for XigmaNAS.
Many thanks if somebody could help.
Has anybody solved this problem from command line? i´ve found howto´s for other System´s and other webserver´s but not suitable for XigmaNAS.
Many thanks if somebody could help.