sinatra and nginx client cert authentication setup, repository for a follow-along of a guide at https://www.integralist.co.uk/posts/client-cert-authentication/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 wiersze
193B

  1. # frozen_string_literal: true
  2. source "https://rubygems.org"
  3. git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
  4. # gem "rails"
  5. gem "sinatra", "~> 2.2"
  6. gem "thin", "~> 1.8"