LoginSignup
0
0

Windows10のgolangでオレオレ証明書を作ってみた

Last updated at Posted at 2024-05-01

golangのオマケのプログラムでオレオレ証明書が作れるのですが、windows10上での作成法を検索しても見つからなかったのでメモを残しておきます

go run "C:\Program Files\Go\src\crypto\tls\generate_cert.go" --rsa-bits 2048 --host localhost

実行ファイル化する方が使いやすいそうですよ

以上です

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0