This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[MODULE] Certificate Manager
#61
RE: [Module] Certificate Manager
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.. Tongue doesn't matter)

Tongue

Sincerely,

And thx! Jos
Reply
Thanks given by:
#62
RE: [Module] Certificate Manager
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
Reply
Thanks given by: henrique araujo
#63
RE: [Module] Certificate Manager
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
Reply
Thanks given by:
#64
RE: [Module] Certificate Manager
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
Reply
Thanks given by:
#65
RE: [Module] Certificate Manager
(06-20-2016, 08:35 PM)eirsik Wrote: 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

Don't know where you got those urls from but they are totally wrong...
Try: http://repo.alio.dk/Cer_manager.zpp

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by:
#66
RE: [Module] Certificate Manager
(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?

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

Don't know where you got those urls from but they are totally wrong...
Try: http://repo.alio.dk/Cer_manager.zpp

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!
Reply
Thanks given by:
#67
RE: [Module] Certificate Manager
The module.zpm file is for the front end of the module, try that one.

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by:
#68
RE: [Module] Certificate Manager
The repo is offline, is there a mirror for this?
Reply
Thanks given by:
#69
RE: [Module] Certificate Manager
I'll be able to add a mirror later today, will post when it's up, unless someone beats me to it
Reply
Thanks given by:
#70
RE: [Module] Certificate Manager
Backup mirror.

Use and remove or you might get errors..
Only use when official repo is down!

Quote:zppy repo remove repo.alio.dk
zppy repo add zppy.github.io
zppy update
zppy install Cer_manager
zppy repo remove zppy.github.io
zppy repo add repo.alio.dk
zppy update

or: http://zppy.github.io/Cer_manager.zpp

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by: TGates , Rynoxx


Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,536 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,249 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,026 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 2 Guest(s)