This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new af6eb5e Update code signing to use new cert (that includes PMC name) af6eb5e is described below commit af6eb5ebe7411c2c5c1d7266b1cb6df8f70e109e Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Nov 23 17:45:49 2021 +0000 Update code signing to use new cert (that includes PMC name) --- build.properties.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index fbbcaad..8eb46af 100644 --- a/build.properties.default +++ b/build.properties.default @@ -79,7 +79,7 @@ gpg.exec=/path/to/gpg # Code signing of Windows installer # See https://infra.apache.org/digicert-use.html for setup instructions do.codesigning=false -codesigning.alias=Tomcat-PMC-cert-2021-04 +codesigning.alias=Tomcat-PMC-cert-2021-11 codesigning.digest=SHA-512 codesigning.storetype=DIGICERTONE # Set codesigning.storepass in build.properties with the following syntax --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org