Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.08 KB

readme_zh.md

File metadata and controls

58 lines (38 loc) · 1.08 KB

mad

English

🗣 News 🩸 Youtube

为任何域名和IP签发证书

❤️ A project by txthinking.com

安装 via Nami

nami install mad

使用

NAME:
   Mad - Generate root CA and derivative certificate for any domains and any IPs

USAGE:
   mad [global options] command [command options] [arguments...]

VERSION:
   20210401

AUTHOR:
   Cloud <[email protected]>

COMMANDS:
   ca       Generate CA
   cert     Generate certificate
   install  Install ROOT CA
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

举例

生成 root CA

mad ca --ca ./ca.pem --key ./ca_key.pem

localhost生成证书

mad cert --ca ./ca.pem --ca_key ./ca_key.pem --cert ./localhost_cert.pem --key ./localhost_cert_key.pem --domain localhost

开源协议

基于 MIT 协议开源