Home
Name Modified Size InfoDownloads / Week
Documentations 2015-04-02
Old 2015-04-02
Fixed 2014-11-05
EN - Pre_sentation SecretServer - v1.pptx 2019-03-13 494.7 kB
SecretManager-v1.0-2.zip 2018-05-01 41.1 MB
IMPORTANT-README.txt 2018-05-01 3.7 kB
EN - Installation Guide - SecretManager v1.x - v1.0-0.pdf 2015-09-30 716.4 kB
FR - Guide Administrateur - SecretManager v1.x - v1.0-0.pdf 2015-09-30 13.4 MB
FR - Guide API - SecretManager v1.x - v1.4-0 .pdf 2015-09-30 2.9 MB
FR - Guide Installation - SecretManager v1.x - v1.0-0.pdf 2015-09-30 1.7 MB
FR - Guide Installation - VM pour SecretManager - v1.0.pdf 2015-09-30 204.2 kB
FR - Guide Utilisateur - SecretManager v0.12-x - v1.0-0.docx 2015-04-02 8.2 MB
FR - Guide Utilisation de la VM - SecretManager v0.12-x - v1.0-0.docx 2015-04-02 291.4 kB
FR - Guide Administrateur - SecretManager v0.12-x - v1.0-0.docx 2015-04-02 11.2 MB
FR - Guide API - SecretManager v0.12-x - v1.3-0.docx 2015-04-02 2.1 MB
Totals: 15 Items   82.5 MB 2
Date : 2018-05-01
Author : Pierre-Luc MARY

Contact me : mailto:pl.mary(at)free.fr
Bug track ticket : https://sourceforge.net/p/secretmanager/tickets/?source=navbar

[ FR ]
Quelles nouvelles :
Cette version corrige les authentifications via un LDAP, ainsi que le problème d'intégrité des fichiers.

La nouvelle machine virtuelle est disponible à l'adresse ci-dessous :
https://sourceforge.net/projects/secretmanager/files/VM-SecretManager-v1.0-2.zip/download
Important : Un guide d'installation et d'utilisation ont été rédigés pour utiliser la VM.
Pour ce connecter à la VM : user: "root", password: "plmary". L'adresse IP doit être 192.168.56.101
et ne fonctionne que sur le réseau privé de VirtualBox.

------------------------
Première installation :

Déziper "SecretManager-v1.0-2.zip" dans le "DocumentRoot" de 
votre Serveur Apache (voir la configuration de votre httpd-vhosts.conf). Ensuite, lire le 
"Guide d'installation" dans le répertoire "Documentations" dans l'arborescence de 
SecretManager.

Utilisateur par défaut dans SecretManager :
 Nom utilisateur : "root",
 Mot de passe : "Welcome !"

Clé opérateur par défaut : "CleO"


===================================

[ EN ] What news: 
- The new "virtual machine" has been made available. See the link above. An installation 
and use guide has written. 
https://sourceforge.net/projects/secretmanager/files/VM-SecretManager-v1.0-2.zip/download

VM user connection:
 user: "root",
 password: "plmary"
 
VM IP address is "192.168.56.101" on "Host-only networking"

- This version fixe little LDAP authentication bug and check integrity


--------------------
First installation: 
Unzip "SecretManager-v1.0-2.zip" in the "DocumentRoot" your Apache Server (see your 
httpd-vhosts.conf).
Then read the "Installation Guide" in the "Documents" folder in the tree SecretManager.

Default SecretManager user :
 Username: "root",
 Password: "Welcome !"

Default Operator Key : "CleO"


*** ========================================================== ***

Important:
"hosts" file must contain the following line : 127.0.0.1 secretmanager.local 
"httpd-vhosts.conf" file must contain the following lines (carefull, it's an exemple.
Adjust the locations 'D:/xampp/htdocs' and 'D:\xampp\apache\conf' as your context) : 

<VirtualHost secretmanager.local:443>
 ServerName secretmanager.local
 ServerAlias secretmanager 

 DocumentRoot D:/xampp/htdocs/SecretManager 

 SSLEngine on SSLCertificateFile D:\xampp\apache\conf\ssl.crt\server.crt 
 SSLCertificateKeyFile D:\xampp\apache\conf\ssl.key\server.key 

 ServerAdmin secretmanager@yourcompagny.com

 <Directory D:/xampp/htdocs/SecretManager> 
  DirectoryIndex index.php index.html
  AllowOverride All 
  Order allow,deny 
  Allow from all 
 </Directory>

 <Directory D:/xampp/htdocs/SecretManager/Backup> 
  Order allow,deny 
  Allow from localhost
  Deny from all
 </Directory>

 <Directory D:/xampp/htdocs/SecretManager/Libraries/Restricted> 
  Order allow,deny 
  Allow from localhost
  Deny from all
 </Directory>

 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" 
</VirtualHost> 


Start SecretServer in background : 
Windows users, I've initiate "SM-secrets-server.vbs" and "SM-secrets-server.bat" (ajust 
them. Implement the Environment variable "SecretManager") 

Linux users, you can start SecretServer whith a simple 
"sudo -b /Applications/xampp/htdocs/SecretManager/SM-secrets-server.php" 

If it's your SecretManager first start, in "Preferences management" and in "SecretServer" 
tab, you can load the mother key and using the default operator key "CleO". 
After, you must change "operator key" and "mother key" on your product computer. 

Have fun !!!
Source: IMPORTANT-README.txt, updated 2018-05-01