Skip to content

Commit e663865

Browse files
committed
Doc
1 parent 9e218ae commit e663865

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backoffice/instance_links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825

826826
// Authorized key file
827827
print '<tr>';
828-
print '<td>'.$langs->trans("Authorized_keyInstalled").'</td><td>'.($object->array_options['options_fileauthorizekey'] ? $langs->trans("Yes").' - <span class="opacitymedium">'.dol_print_date($object->array_options['options_fileauthorizekey'], '%Y-%m-%d %H:%M:%S', 'tzuserrel') : $langs->trans("No")).'</span>';
828+
print '<td>'.$form->textwithpicto($langs->trans("Authorized_keyInstalled"), $langs->trans("Authorized_keyInstalledDesc")).'</td><td>'.($object->array_options['options_fileauthorizekey'] ? $langs->trans("Yes").' - <span class="opacitymedium">'.dol_print_date($object->array_options['options_fileauthorizekey'], '%Y-%m-%d %H:%M:%S', 'tzuserrel') : $langs->trans("No")).'</span>';
829829
if ($object->array_options['options_deployment_status'] !== 'undeployed') {
830830
print ' &nbsp; (<a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=addauthorizedkey&token='.newToken().'">'.$langs->trans("Create").'</a>)';
831831
}

langs/en_US/sellyoursaas.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ NbLostInstances=Nb of lost instances
4444
AmountNewInstances=Amount of new instances
4545
AmountLostInstances=Amount of lost instances
4646
Authorized_keyInstalled=File authorized_keys_support installed
47+
Authorized_keyInstalledDesc=This file is generated during deployment of an instance but you regenerate it when you want. It contains all the public keys defined into the setup of SellYourSass module (SELLYOURSAAS_PUBLIC_KEY) so you can define the list of public keys allowed to connect to customer instance in your setup and all owners of the private keys will be able to connect using SSH to the customer instance for maintenance purpose.
4748
LockfileInstalled=File install.lock installed
4849
UnlockfileInstalled=File upgrade.unlock installed
4950
InstallModulesLockfileInstalled=File installmodules.lock installed

0 commit comments

Comments
 (0)