You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +78,7 @@ License++ is software licensing library that provides an abstract way to secure
78
78
)
79
79
```
80
80
81
-
You can use [ripe](https://github.com/zuhd-org/ripe) command to generate new authority key or you can use openssl CLI tool to do so
81
+
You can use [ripe](https://github.com/amrayn/ripe) command to generate new authority key or you can use openssl CLI tool to do so
82
82
```
83
83
ripe -g --rsa --length 2048 [--secret <secret>]
84
84
```
@@ -94,7 +94,7 @@ Which is base64-encoded keypair seperated with `:`
94
94
## Generate New Signature Key
95
95
License++ signature key is what's used to sign the licensee's signature. This is to protect the information with AES-CBC-128. Signature key is defined in 128-bit array in [key register](/cli/licensing/license-manager-key-register.cc) (`LICENSE_MANAGER_SIGNATURE_KEY`)
96
96
97
-
You can use [ripe](https://github.com/zuhd-org/ripe) to generate new key
97
+
You can use [ripe](https://github.com/amrayn/ripe) to generate new key
98
98
99
99
```
100
100
ripe -g --aes --length 128
@@ -150,10 +150,10 @@ Licenses generated using License++ are base64 encoded JSON. They look like as fo
150
150
151
151
## License
152
152
```
153
-
Copyright (c) 2018-present Zuhd Web Services
153
+
Copyright (c) 2018-present Amrayn Web Services
154
154
155
-
https://github.com/zuhd-org
156
-
https://zuhd.org
155
+
https://github.com/amrayn
156
+
https://amrayn.com
157
157
https://muflihun.com
158
158
159
159
Licensed under the Apache License, Version 2.0 (the "License");
@@ -169,4 +169,4 @@ See the License for the specific language governing permissions and
0 commit comments