From c1b11571ea53748d57241598dec71750637416cd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 15 Aug 2014 17:18:46 +0200 Subject: Move certificate management interface from files_external to core --- settings/templates/personal.php | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) (limited to 'settings/templates') diff --git a/settings/templates/personal.php b/settings/templates/personal.php index c1fb20dce05..6d07b899544 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -150,6 +150,44 @@ if($_['passwordChangeSupported']) { print_unescaped($form); };?> +
+

t('SSL root certificates')); ?>

+ + + + + + + + + + + + + + + + +
t('Common Name')); ?>t('Valid until')); ?>t('Issued By')); ?> +
+ getCommonName()) ?> + + l('date', $rootCert->getExpireDate()) ?> + + getIssuerName()) ?> + class="remove" + style="visibility:hidden;" + ><?php p($l->t('Delete')); ?> +
+
+ + +
+
+
@@ -177,11 +215,8 @@ if($_['passwordChangeSupported']) {


- - -
> t( "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." )); ?> -- cgit v1.2.3