Generate crt from csr

This commit is contained in:
Martin Lensment 2015-02-05 18:46:52 +02:00
parent 994d4140c2
commit bbe8a780a8
6 changed files with 58 additions and 7 deletions

View file

@ -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)