https://github.com/dkam/rack-client-certs
Rack Middleware to verify client SSL certificates.
https://github.com/dkam/rack-client-certs
Last synced: 9 months ago
JSON representation
Rack Middleware to verify client SSL certificates.
- Host: GitHub
- URL: https://github.com/dkam/rack-client-certs
- Owner: dkam
- License: mit
- Created: 2014-09-26T04:16:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T04:53:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T14:48:29.781Z (11 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rack::Client::Certs
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rack-client-certs'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack-client-certs
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/rack-client-certs/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request