mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Generate crt from csr
This commit is contained in:
parent
994d4140c2
commit
bbe8a780a8
6 changed files with 58 additions and 7 deletions
|
@ -499,3 +499,4 @@ en:
|
|||
contact_phone: 'Contact phone'
|
||||
contact_email: 'Contact e-mail'
|
||||
address_help: 'Street name, house no - apartment no, city, county, country, zip'
|
||||
download: 'Download'
|
||||
|
|
|
@ -46,7 +46,12 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :users
|
||||
resources :api_users
|
||||
resources :api_users do
|
||||
member do
|
||||
get 'download_csr'
|
||||
get 'download_crt'
|
||||
end
|
||||
end
|
||||
|
||||
resources :delayed_jobs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue