Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 2617 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Dehydrated is a client for signing certificates with an ACME-server( currently only provided by Let's Encrypt ) implemented as a relatively simple bash-script.

It uses the openssl utility for everything related to actually handling keys and certificates, so you need to have that installed.

Other dependencies are: cURL, sed, grep, mktemp( all found on almost any system, cURL being the only exception )

https://github.com/lukas2511/dehydrated

I use dehydrated for nginx

  • 2 months later...
Posted

This is how dehydrated works

  1. Run once
    dehydrated --register --accept-terms

     

  2. Create file named: /etc/dehydrated/config/domains.txt
  3. Put inside the file your domain info as pr example below
    domain.tld fmtesting.domain.tld fmstaging.domain.tld filemaker.domain.tld www.domain.tld mail.domain.tld

     

  4. Generate certs using crontab, launchctl, or as pr this example just the terminal as a one off
    dehydrated -c
     
  5. Copy the generated certs to the appropriate service

This topic is 2617 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.