Skip to content
Snippets Groups Projects
Verified Commit 1809e83c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: switch to new code signing certificate for Windows

(manually cherry picked from commit c9a58a44)

[skip ci]
parent b33aa334
No related branches found
No related tags found
1 merge request!1815WIP Cherry-picks for 4.6
Pipeline #4084 skipped
...@@ -223,7 +223,7 @@ deploy_release_stable: ...@@ -223,7 +223,7 @@ deploy_release_stable:
- pkg_windows - pkg_windows
- pkg_macOS - pkg_macOS
script: script:
- f=(windows/exe/*) && osslsigncode sign -pkcs12 ~/dynare-object-signing.p12 -n Dynare -i https://www.dynare.org -t http://timestamp.digicert.com -in ${f[0]} -out ${f[0]}.signed && mv ${f[0]}.signed ${f[0]} - f=(windows/exe/*) && osslsigncode sign -pkcs12 ~/cepremap-comodo-sectigo-code-signing.p12 -n Dynare -i https://www.dynare.org -t http://timestamp.comodoca.com -in ${f[0]} -out ${f[0]}.signed && mv ${f[0]}.signed ${f[0]}
- cp *.tar.xz /srv/www.dynare.org/release/source/ - cp *.tar.xz /srv/www.dynare.org/release/source/
- cp windows/exe/* /srv/www.dynare.org/release/windows/ - cp windows/exe/* /srv/www.dynare.org/release/windows/
- cp windows/7z/* /srv/www.dynare.org/release/windows-7z/ - cp windows/7z/* /srv/www.dynare.org/release/windows-7z/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment