This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit cea918c7ce6a97383277815b92343cebb7a0b2d1 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 9bd26b1..57162b3 100644 --- a/build.properties.default +++ b/build.properties.default @@ -81,7 +81,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