Skip to content

estephinson/certbot-cwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

certbot-cwp

Certbot module for CentOS Web Panel

Currently supporting certbot-auto ##Installation Certbot module, atleast in its current form, requires that Certbot is already installed on your system.

Upload the certbot.php file to

/usr/local/cwpsrv/htdocs/resources/admin/modules

Create/Edit

/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php

And add the following line

<li><a href="index.php?module=certbot"><span class="icon16 icomoon-icon-arrow-right-3"></span>Certbot</a></li>

Configuration

To configure Certbot Module so that it knows where to find your certbot installation, change the following:

	DEFINE('CERTBOT_PATH',"/root/");
	DEFINE('CERTBOT_PATH',"/full-install-path/");

##Contribute Feel free to create a pull request if you feel you have added useful functionality ##Errors and issues Please use the issue tracker on Github, attach your certbot.php file and any relevant information you can grab. I will try my best to fix for next release

About

Cerbot module for CentOS Web Panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages