automated SSL cert without cloudflare/route53?

derWalter

Explorer
Joined
Dec 5, 2020
Messages
88
Hey guys,

situation as follows:

domain.tld hosted at friendly local ISP

subdomain.domain.tld routes to my home router
homerouter exposes ip of nextcloud installation

I want to use SSL and via letsencrypt


The only scenario I can come up with at the moment is
to manually use letsencrypt to get my cert and copy paste it
into the TrueNas UI, so that I can use it inside of TrueNas.

(or to buy a cert... which I dont want to do)

By doing this, I have to redo this every 2-3 months,
so my SSL cert doesnt expire.


So is there any other way to do this automated?
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
So is there any other way to do this automated?
I don't know if it works in SCALE, but I'd kind of expect so--I don't think this portion of the API has changed:
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
I don't know if it works in SCALE, but I'd kind of expect so--I don't think this portion of the API has changed:
In case one uses SCALE Apps, it's not 100% sure if these API calls also trigger the process of recreating those kubernetes secrets and such.
 

derWalter

Explorer
Joined
Dec 5, 2020
Messages
88
Hey guys,

does anyone know how I can add the following options to my ACME route53 settings?

cnameStrategy: Follow
hostedZoneID: Z3A1RDS5EJIXXX
region: eu-west-1

?

As they are not exposed in the UI,
I would like to put em directly into the config.


Thanks in advance
Walter
 
Top