-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme on two different ways of signing
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,16 @@ There should never be a need to issue a new cert with the IssueCertificate progr | |
- Valid private cert is hosted on AppDynamics Google Drive. | ||
- email: [email protected] for access | ||
|
||
Signing a new license | ||
- Run LicenseSign with the following arguments [path_to_license_file path_to_private_certificate password_of_private_certificate] | ||
Signing a new license can be done in two ways | ||
1. If private cert is installed in your local PC with export parameters enabled. | ||
- path_to_license_file: license file on which to overwrite the "Signature" field | ||
- default choose from any json from LicenseSign/LicenseFiles/*. | ||
- make sure to verify "ExpirationDateTime". | ||
- new license will OVERWRITE old license. | ||
- Name of the private cert installed in your PC cert store. | ||
|
||
2. If you have private cert file located in your PC and you know the password of the cert file | ||
Run LicenseSign.LocalCert with the following arguments [path_to_license_file path_to_private_certificate password_of_private_certificate] | ||
- path_to_license_file: license file on which to overwrite the "Signature" field | ||
- default choose from any json from LicenseSign/LicenseFiles/* | ||
- make sure to verify "ExpirationDateTime" | ||
|