Sign with my Router News keys instead of my plugin keys

This commit is contained in:
idk
2021-11-07 15:14:07 -05:00
parent d53974d5b9
commit 3125f13138
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ build
i2pversion_override i2pversion_override
*.crl *.crl
*.crt *.crt
*.pem *.pem
*.p12

View File

@ -263,6 +263,7 @@ $(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools:
su3: $(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools su3: $(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools
$(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)-signed" -signer "$(SIGNER)" -version "$(I2P_VERSION)" $(GOPATH)/src/i2pgit.org/idk/su3-tools/su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)-signed" -signer "$(SIGNER)" -version "$(I2P_VERSION)"
java -cp "$(HOME)/i2p/lib/*" net.i2p.crypto.SU3File sign -c ROUTER -f EXE i2pbrowser.zip I2P-Profile-Installer-$(PROFILE_VERSION)-signed.su3 "$(HOME)/.i2p-plugin-keys/news-su3-keystore.ks" "$(I2P_VERSION)" $(SIGNER)
docker: docker:
docker build -t geti2p/i2p.firefox . docker build -t geti2p/i2p.firefox .