mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-07-08 00:46:30 +08:00
SSL证书申请与部署
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace app\lib;
|
||||
|
||||
interface DeployInterface
|
||||
{
|
||||
function check();
|
||||
|
||||
function deploy($fullchain, $privatekey, $config, &$info);
|
||||
|
||||
function setLogger($func);
|
||||
}
|
||||
Reference in New Issue
Block a user