Skip to content
railsengines.com

Apartment Acme Client

Let's Encrypt interface for Multi-tenancy applications

No ratings yet
Gem
apartment_acme_client
Repository
rdunlop/apartment_acme_client
License
MIT
Stars
10
Added
August 06, 2026

About

Let's Encrypt interface for Multi-tenancy applications

What you get

  • Your application is known as site.example.com
  • You allow users to create new accounts, and assign each account a separate subdomain,
  • e.g. alice.site.example.com, bob.site.example.com, charlie.site.example.com
  • You allow users to also whitelabel the service by buying their own domains, and setting up CNAME records:
  • e.g. www.alice.com -> CNAME: alice.site.example.com
  • e.g. bobrocks.com -> CNAME: bob.site.example.com

Mounting it

ruby
# Gemfile
gem "apartment_acme_client"

# config/routes.rb
mount ApartmentAcmeClient::Engine, at: "/apartment-acme-client"

Details

10 stars on GitHub · MIT licensed · maintained by rdunlop. Source: https://github.com/rdunlop/apartment_acme_client

Discussion (0)

Sign in to join the discussion.

No comments yet.