Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Did anyone here try dehydrated with FileMaker Server?

Featured Replies

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...
  • Author

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

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.