Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
/ acme-server Public archive

The ACME server for TrustOcean based on Laravel and wrote in PHP

Notifications You must be signed in to change notification settings

trustocean/acme-server

Repository files navigation

𝑨𝑪𝑴𝑬 𝑺𝑬𝑹𝑽𝑬𝑹

一个 TrustOcean APIACME API 的项目。

客户端:trustocean/acme-client

安装

git clone https://github.com/trustocean/acme-server.git ./
composer install
cp .env.example .env
vim .env # 修改其中的 DB_ 开头的数据库连接信息
php artisan migrate
php artisan key:generate
php artisan serve

修改 .env 中的 TRUSTOCEAN_USERNAME 和 TRUSTOCEAN_PASSWORD 为你本人的 trustocean 的账号。

然后将你的 acme 客户端的 api endpoint 修改成 localhost,即可正常使用。

完成度

  • 账户注册
  • 证书下单
  • 证书域名验证
  • 证书签发
  • 证书撤销

License

MIT