![]() |
|
[MODULE] Certificate Manager - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +----- Forum: Available Modules (https://senforums.mach-hosting.com/forumdisplay.php?fid=63) +----- Thread: [MODULE] Certificate Manager (/showthread.php?tid=2001) |
RE: [Module] Certificate Manager - Josvdwoude - 01-16-2016 Hi, Maby stupid question, but we allready have Letsencrypt running on the server for others. But for one domain i have a bought key, so trying this module. On a hosted (rental) other server running "Direct Admin" i already did a CSR. But in this module it asks for a "Key Password:" when trying to make the CSR. What to put in here? "Key Password:" (Have tried the 3 files from the direct admin request but https doesn't work, prob because other host etc.. doesn't matter)![]() Sincerely, And thx! Jos RE: [Module] Certificate Manager - Delbane - 03-19-2016 the cert manager doesn't seem to work on centos 7.2. I also purchased my ssl from comodo they give me a ca-bundle file and a crt but the cert manager is asking me for Domain Signing Certificate Key(.key): Signed Server Certificate(.cer): CA Certificate (.cer): which one is which ? i only have 2 files but it's asking for 3 RE: [Module] Certificate Manager - wishmaster - 05-05-2016 Hi, I installed the certificate manager and now my vhost file got changed and disrupted the virtual hosts DocumentRoots. You havent mentioned anything about redirecting port 80 traffic to 443 https. below a piece of the vhost file. At the moment non of my sites are online anymore. need help quick to resolve this. # DOMAIN: domain.nl <virtualhost *:443> ServerName domain.nl ServerAlias www.domain.nl ServerAdmin info@domain.nl DocumentRoot "/var/sentora/hostdata/zadmin/public_html/domain_nl" php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/domain_nl:/var/sentora/temp/" php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec" ErrorLog "/var/sentora/logs/domains/zadmin/domain.nl-error.log" CustomLog "/var/sentora/logs/domains/zadmin/domain.nl-access.log" combined CustomLog "/var/sentora/logs/domains/zadmin/domain.nl-bandwidth.log" common <Directory "/var/sentora/hostdata/zadmin/public_html/domain_nl"> Options +FollowSymLinks -Indexes AllowOverride All Require all granted </Directory> AddType application/x-httpd-php .php3 .php ErrorDocument 403 /_errorpages/403.html ErrorDocument 404 /_errorpages/404.html ErrorDocument 500 /_errorpages/500.html ErrorDocument 510 /_errorpages/510.html DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm # Custom Global Settings (if any exist) # Custom VH settings (if any exist) # Made from Cert manager start SSLEngine On SSLCertificateFile /var/sentora/hostdata/zadmin/ssl/domain_nl/domain.nl.crt SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl/domain_nl/domain.nl.key SSLCACertificateFile /var/sentora/hostdata/zadmin/ssl/domain_nl/intermediate.crt SSLProtocol All -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+AESGCM EECDH EDH+AESGCM EDH+aRSA HIGH !MEDIUM !LOW !aNULL !eNULL !LOW !RC4 !MD5 !EXP !PSK !SRP !DSS" # Made from Cert manager end </virtualhost> # END DOMAIN: domain.nl ################################################################ # DOMAIN: domain.nl # PORT FORWARD FROM 80 TO: 443 <virtualhost *:80> ServerName domain.nl ServerAlias www.domain.nl ServerAdmin info@domain.nl RewriteEngine on ReWriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L] </virtualhost> # END DOMAIN: domain.nl RE: [Module] Certificate Manager - eirsik - 06-20-2016 zppy install does not work. Is the repo down? https://zppy.ilio.dk/Cer_manager.zpp - Does not work http://zppy.ilio.dk/Cer_manager.zpp - DOes not work :< I need an SSL manager for my beautiful Sentora. Does anyone have a working link? Thanks RE: [Module] Certificate Manager - Ron-e - 06-21-2016 (06-20-2016, 08:35 PM)eirsik Wrote: zppy install does not work. Is the repo down? Don't know where you got those urls from but they are totally wrong... Try: http://repo.alio.dk/Cer_manager.zpp RE: [Module] Certificate Manager - eirsik - 06-21-2016 (06-21-2016, 04:48 AM)Ron-e Wrote:(06-20-2016, 08:35 PM)eirsik Wrote: zppy install does not work. Is the repo down? Wow thank you so much! The links I had was posted earlie in this thread, page 2 or 3 i think. Where is the file I would be editing to change the Title of the module and the description which has typos? Certificate Manager to SSL Manager and Manage you certificate to Manage you'r SSL certificates? Tried to edit the XML without any luck. Its updated on the module admin page but not on the front end of the panel. Thanks again! RE: [Module] Certificate Manager - Ron-e - 06-22-2016 The module.zpm file is for the front end of the module, try that one. RE: [Module] Certificate Manager - Unknown - 06-24-2016 The repo is offline, is there a mirror for this? RE: [Module] Certificate Manager - Rynoxx - 06-27-2016 I'll be able to add a mirror later today, will post when it's up, unless someone beats me to it RE: [Module] Certificate Manager - Ron-e - 06-28-2016 Backup mirror. Use and remove or you might get errors.. Only use when official repo is down! Quote:zppy repo remove repo.alio.dk or: http://zppy.github.io/Cer_manager.zpp |