Thursday, June 13, 2013

Cara Membuat Certificate SSL (HTTPS) Untuk Login Hotspot Mikrotik

Tags



jaringan hotspot kita pake proxy + Web server yang sudah support PHP OS nya saya pake backtrack 5

tutor pembuatan hanya dengan 3 configuration:

1 . root@bt:~# openssl genrsa -des3 -out hotspot.key 1024
2 . root@bt:~# openssl req -new -key hotspot.key -out hotspot.csr
3 . root@bt:~# openssl x509 -req -days 10000 -in hotspot.csr -signkey
                          hotspot.key -out hotspot.crt


Certificate yang kita butuhkan untuk membuat login page HTTPS sudah selesai, sekarang kita cek dengan mengetik ls pada terminal lalu enter jika tampil
Desktop  hotspot.crt  hotspot.csr  hotspot.key berarti kita telah berhasil membuat certificate ssl login hostpot untuk mikrotik ,,

lalu copylah file-file yang ada di Home folder ( hotspot.key dan hotspot.crt ) masukkan ke mikrotik melalui ftp maupun winbox, lalu lakukan penginstallan hotspot seperti biasa, dilanjutkan memasukkan password  yang tadi kita buat.

biar lebih jelas dilihat,ditrawang gak pake raba hehehe.. ^_~



Artikel Terkait


EmoticonEmoticon