@napierge @kasperd not really, doing a CA would only be useful if you had other people/computers using that CA, this is unrealistic in the case of a public website opened to anyone
you can just self sign a certificate using openssl command like this:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname" (command from https://stackoverflow.com/a/10176685 )
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.