Add dehydrated howto
parent
bd6a2d0228
commit
fea3976774
|
@ -18,3 +18,10 @@ Usage
|
|||
--manual-cleanup-hook `pwd`/client/cleanup-hook.sh \
|
||||
--manual-public-ip-logging-ok \
|
||||
-d testing2.waw.inf.re
|
||||
|
||||
Dehydrated
|
||||
----------
|
||||
# This is probably the most sensible method for SSL on raspi.
|
||||
git clone https://github.com/lukas2511/dehydrated /root/dehydrated
|
||||
/root/dehydrated/dehydrated --accept-terms --register
|
||||
/root/dehydrated/dehydrated -c -t dns-01 --hook /root/local-letsencrypt/client/dehydrated-hook.sh -d stuff.waw.hackerspace.pl
|
||||
|
|
Loading…
Reference in New Issue