create ssl webserver at last with linux
Page 1 of 1
create ssl webserver at last with linux
Finally a working SSL with linux and also the self signed cirificates worked but had to add exception these commands are how i got this far
when you have finished you will be given the code to restart the service, do this after your last command :d.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OK lets get started.
first command to input is
sudo a2ensite default-ssl
ignore restart command info.
now type in this
sudo a2enmod ssl
now restart with the command it sais when the previous command has finished.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have changed your hostname after this point use following command. (if you have not changed anything since last step ignore this following command. :d
if yes continue......
ok...
if you would like self signed ssl and have changed hostname install the ssl-cert package command below.
for this enter this command
sudo make-ssl-cert generate-default-snakeoil --force-overwrite
ok now restart apache with command it shows after previous command has finished or for in any event this is not showed use restart computer button :d.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
when you have finished you will be given the code to restart the service, do this after your last command :d.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OK lets get started.
first command to input is
sudo a2ensite default-ssl
ignore restart command info.
now type in this
sudo a2enmod ssl
now restart with the command it sais when the previous command has finished.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have changed your hostname after this point use following command. (if you have not changed anything since last step ignore this following command. :d
if yes continue......
ok...
if you would like self signed ssl and have changed hostname install the ssl-cert package command below.
for this enter this command
sudo make-ssl-cert generate-default-snakeoil --force-overwrite
ok now restart apache with command it shows after previous command has finished or for in any event this is not showed use restart computer button :d.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Similar topics
» SETTING UP SECURE WEBSERVER FOR LINUX
» Allow mod rewrite engine on linux apache2 webserver
» Python3 Advanced Tutorial linux windows webserver cgi programming
» Create Emergancy hard drive space on linux fast
» Create Anagrams With Bash On Linux
» Allow mod rewrite engine on linux apache2 webserver
» Python3 Advanced Tutorial linux windows webserver cgi programming
» Create Emergancy hard drive space on linux fast
» Create Anagrams With Bash On Linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum