Table of Contents - letsencrypt-rails-heroku-2.0.3 Documentation
Pages
- CHANGELOG
- LICENSE
-
README
- LetsEncrypt & Rails & Heroku
- Deprecated: Heroku now support free automated SSL certificates for paid dynos, you should use that instead of this gem unless your situation is covered by the known limitations of ACM, e.g. your app runs in Heroku Private Spaces.
- Requirements
- Installation
- Configuring
- Creating a Heroku token
- Using for the first time
- Adding a scheduled task
- Security considerations
- Troubleshooting
- Common name invalid errors (security certificate is from *.herokuapp.com)
- To-do list
- Contributing
- Generating a new release
- letsencrypt.rake
Classes and Modules
- Letsencrypt
- Letsencrypt::Configuration
- Letsencrypt::Error
- Letsencrypt::Error::ChallengeUrlError
- Letsencrypt::Error::FinalizationError
- Letsencrypt::Error::FinalizationTimeoutError
- Letsencrypt::Error::HerokuCertificateError
- Letsencrypt::Error::NoHTTPChallengeError
- Letsencrypt::Error::VerificationError
- Letsencrypt::Error::VerificationTimeoutError
- Letsencrypt::Middleware
- LetsencryptRailsHerokuRailtie
Methods
- ::challenge_configured? — Letsencrypt
- ::configure — Letsencrypt
- ::new — Letsencrypt::Configuration
- ::new — Letsencrypt::Middleware
- ::registered? — Letsencrypt
- #call — Letsencrypt::Middleware
- #valid? — Letsencrypt::Configuration