Hi,
now everything works well with the SSL:
sudo jekyll serve --ssl-key ssl/test.key --ssl-cert ssl/test.pem
Now wanted to ask if there is also an option for automatic forwarding from http: // to https: //?
Thanks again for your support!!!
Hi,
now everything works well with the SSL:
sudo jekyll serve --ssl-key ssl/test.key --ssl-cert ssl/test.pem
Now wanted to ask if there is also an option for automatic forwarding from http: // to https: //?
Thanks again for your support!!!
@gustavmega I believe that primarily depends on your host. Many people do it with GitHub Pages. You may want to start by reviewing this and this.