gitlab-org--gitlab-foss/app/controllers/admin
Vladimir Shushlin 3c33724e2e Add Let's Encrypt client
Part of adding Let's Encrypt certificates for pages domains

Add acme-client gem

Client is being initialized by private key stored in secrets.yml
Let's Encrypt account is being created lazily.
If it's already created, Acme::Client just gets account_kid by
calling new_account method

Make Let's Encrypt client an instance
Wrap order and challenge classes
2019-05-16 09:32:25 +00:00
..
clusters Check instance cluster feature at policy level 2019-05-07 08:37:04 +12:00
abuse_reports_controller.rb
appearances_controller.rb
application_controller.rb Check instance cluster feature at policy level 2019-05-07 08:37:04 +12:00
application_settings_controller.rb Add Let's Encrypt client 2019-05-16 09:32:25 +00:00
applications_controller.rb
background_jobs_controller.rb
broadcast_messages_controller.rb
clusters_controller.rb Check instance cluster feature at policy level 2019-05-07 08:37:04 +12:00
dashboard_controller.rb
deploy_keys_controller.rb
gitaly_servers_controller.rb
groups_controller.rb Add part of needed code 2019-04-05 18:49:46 +00:00
health_check_controller.rb
hook_logs_controller.rb
hooks_controller.rb
identities_controller.rb
impersonation_tokens_controller.rb Added write_repository scope for personal access token 2019-04-15 13:05:55 +00:00
impersonations_controller.rb
jobs_controller.rb
keys_controller.rb
labels_controller.rb
logs_controller.rb
projects_controller.rb Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
requests_profiles_controller.rb
runner_projects_controller.rb
runners_controller.rb
services_controller.rb
spam_logs_controller.rb
system_info_controller.rb
users_controller.rb