Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
AbahDoku Custom
Serba-serbi Windows
AbahDoku Wiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
SSL
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Install SSL di Ubuntu Server 20.04 LTS== ===Update=== sudo apt update ===Install=== Install apache2 dan openssl. apt-get install apache2 openssl Abaikan jika apache sudah di install sebelumnya, cukup install openssl apt-get install openssl lanjutkan : a2enmod ssl a2enmod rewrite restart apache2 di dalam container melalui root host sudo docker exec -it laravel /etc/init.d/apache2 restart buat folder crtificate mkdir /etc/apache2/certificate masuk ke folder yang dibuat cd /etc/apache2/certificate/ jalankan sintaks berikut : openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -modes -out apache-certificate.crt -keyout apache.key Isi form yang muncul : Country Name (2 letter code) [AU]: IN bla bla bla . . Email: user@mail.com kembali dari folder cd Edit file 000-defaults.conf, gunakan nano atau vi atau editor lain. nano /etc/apache2/sites-enabled/000-default.conf Pada server yang penulis gunakan mengguanakan nama file lain. nano /etc/apache2/sites-enabled/my-site.conf Simpan perubahannya. BERSAMBUNG ....
Summary:
Please note that all contributions to AbahDoku Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
AbahDoku Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width