doc: Add note about generating certs using go run #151

Open
wolffshots wants to merge 1 commit from wolffshots/patch-1 into master
wolffshots commented 2025-01-08 10:54:20 +01:00 (Migrated from github.com)

I noticed that create_certs.go was printing Bumper SAN doesn't exist, certificate won't contain Subject Alternate Names when using go run so checked the code and saw that it was using the exe path which is in a tmp directory on my system with go run

I noticed that `create_certs.go` was printing `Bumper SAN doesn't exist, certificate won't contain Subject Alternate Names` when using `go run` so checked the code and saw that it was using the exe path which is in a tmp directory on my system with `go run`
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin wolffshots/patch-1:wolffshots/patch-1
git checkout wolffshots/patch-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff wolffshots/patch-1
git checkout wolffshots/patch-1
git rebase master
git checkout master
git merge --ff-only wolffshots/patch-1
git checkout wolffshots/patch-1
git rebase master
git checkout master
git merge --no-ff wolffshots/patch-1
git checkout master
git merge --squash wolffshots/patch-1
git checkout master
git merge --ff-only wolffshots/patch-1
git checkout master
git merge wolffshots/patch-1
git push origin master
Sign in to join this conversation.
No description provided.