Socket
Book a DemoInstallSign in
Socket

acme-authorizer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acme-authorizer

0.2.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Overview

This gem is an implementation of the ACME http-01 challenge for use in Rails applications.

Installation

# Gemfile
gem 'acme-authorizer'

NOTE: the ACME http-01 challenge/response must be served over HTTP without SSL. The ACME URL endpoint will opt out of config.force_ssl if it is set using config.ssl_options.

Configuration

By default, this library is configured via pairs of ENV variables with the same format used by sabayon:

/ACME_TOKEN_[0-9]+/
/ACME_KEY_[0-9]+/

for example:

ACME_TOKEN_0=123123
ACME_KEY_0=123123

The challenge and token can also be configured via Ruby API.

Acme::Authorizer.configure do |config|
  config.add_token('my_challenge_token', 'my_key_authorization')
end

FAQs

Package last updated on 05 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.