Only do it one time. Root Certificate will be used in creation of other certificates for your sites.
-
Create private key:
openssl genrsa -des3 -out myCA.key 2048
This is an explanation of what has been happening. Note, however, that I am not involved in the current situation. | |
Bukkit is an open source project licensed under GPL and LGPL. When someone commits code to an open source project, unless they sign an explicit agreement handing over their copyright ownership, they merely give the open source project permission to utilize the contributed code under very specific terms. GPL has very specific terms: you can only use GPL code with other GPL code. | |
In this case, Bukkit and its contributions are licensed under a combination of GPL and LGPL. However, the project also contains a copy of Mojang's server code, which is proprietary. Therefore, it has never been legal to compile and distribute a copy of Bukkit, but up until recently, it has never been an issue because everyone involved has chosen to not pursue any legal action. | |
Several years ago, although still a few months after the Bukkit project was created, Mojang purchased Bukkit. However, as far as the public was inf |