mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11: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
|
@ -37,7 +37,7 @@
|
|||
.panel-body
|
||||
%dl.dl-horizontal
|
||||
%dt= t('csr')
|
||||
%dd= @api_user.csr
|
||||
%dd= link_to(t('download'), download_csr_admin_api_user_path)
|
||||
|
||||
%dt= t('crt')
|
||||
%dd= @api_user.crt
|
||||
%dd= link_to(t('download'), download_crt_admin_api_user_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue