https://github.com/kuluce/cert
https://github.com/kuluce/cert
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuluce/cert
- Owner: kuluce
- Created: 2023-04-16T10:23:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T14:12:04.000Z (over 2 years ago)
- Last Synced: 2025-02-17T22:46:28.022Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 证书管理
# 使用方式
```bash
[dev@dev dest]$ ./cert -h
len(os.Args): 2
flag needs an argument: -h
Usage of ./cert:
-d string
DOMAIN (default "example.com")
-h string
IP (default "localhost")
-i string
IP (default "127.0.0.1")
-t int
有效期天数,默认3650天 (default 3650)
```