Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Nov 9, 2021
1 parent 457fa24 commit 080e718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build() {
export GOOS=$1
export GOARCH=$2
go build -ldflags "-s -w" -o build/cert-copier-${1}-${2}${3} main.go
go build -ldflags "-s -w" -o build/copy-cert-${1}-${2}${3} main.go
}
build linux amd64
build windows amd64 .exe
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cert-copier
# copy-cert

基于已知网站 ssl 证书的信息生成新的自签名证书,除了证书是不被信任的以外,其他的信息看上去基本一致。

## 用法

在 Release 中下载二进制或者自行编译,然后 `cert-copier $addr`,比如 `cert-copier github.com:443` 然后就可以得到几个证书和私钥文件。
在 Release 中下载二进制或者自行编译,然后 `copy-cert $addr`,比如 `copy-cert github.com:443` 然后就可以得到几个证书和私钥文件。

```
➜ certs git:(main) tree
Expand Down

0 comments on commit 080e718

Please sign in to comment.