This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push: new ac42134 Generate local certificates in the correct directory ac42134 is described below commit ac421348c2063e50e1e8bedbeea52f7d2c0b7738 Author: Sean B. Palmer <s...@miscoranda.com> AuthorDate: Mon Jul 28 18:31:53 2025 +0100 Generate local certificates in the correct directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eebd0dc..82258f4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ certs: fi certs-local: - mkcert localhost.apache.org localhost 127.0.0.1 ::1 + cd state && mkcert localhost.apache.org localhost 127.0.0.1 ::1 check: git add -A --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org