keytool -genkey -keystore myKeystore -alias myself //建立你的public key keytool -selfcert -alias myself -keystore myKeystore //由你的pubilc key 建立一個 private key jarsigner -keystore myKeystore test.jar myself //將你的jar檔用你的private key來簽章
Step 1. Install cors from NeGet Step 2. Enable cors in config using System; using System.Collections.Generic; using System.Linq; using ...
keytool -genkey -keystore myKeystore -alias myself //建立你的public key keytool -selfcert -alias myself -keystore myKeystore //由你的pubilc key 建立一個 private key jarsigner -keystore myKeystore test.jar myself //將你的jar檔用你的private key來簽章