Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-spec
Commits
9083e9cf
Commit
9083e9cf
authored
Jun 16, 2017
by
Georg Koppen
Browse files
Updating the Authenticode signing instructions
We have a new signing key which results in a new ID on the token.
parent
a6a9e1a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
processes/AuthenticodeSigning
View file @
9083e9cf
...
...
@@ -41,7 +41,7 @@ Signing and timestamping
1) Getting the certificate
- pkcs11-tool --module /usr/lib/libeTPkcs11.so --type cert --read-object \
--id
c27eac1b263465cdd73630d94b0b92e674f01501
> tpo_cert.der
--id
29643b7ac0003d8a882f8a4a6e064110d96b980b
> tpo_cert.der
- convert it to PEM: openssl x509 -in tpo_cert.der -inform der -outform pem \
-out tpo_cert.crt
...
...
@@ -57,7 +57,7 @@ Signing and timestamping
- path/to/osslsigncode -pkcs11engine /usr/lib/engines/engine_pkcs11.so \
-pkcs11module /usr/lib/libeTPkcs11.so \
-certs tpo_cert.crt \
-key
c27eac1b263465cdd73630d94b0b92e674f01501
\
-key
29643b7ac0003d8a882f8a4a6e064110d96b980b
\
torbrowser-install-XXX.exe tb-XXX-signed.exe
- pass the passphrase to osslsigncode in case you want to script the whole
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment