# 09. Setting SSL Certificate Let's Encrypt dengan Nginx Proxy (VirtualHost) Neo Feeder PDDIKTI

### Update Snap dan Refresh Snap Ubuntu

untuk install snap core dan refresh, jalankan perintah berikut

```bash
snap install core; snap refresh core
```

[![Screenshot 2023-11-05 at 04.58.24.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-04-58-24.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-04-58-24.png)

remove certbot lama yang terinstall dengan apt

```bash
apt remove certbot
```

[![Screenshot 2023-11-05 at 05.00.27.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-05-00-27.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-05-00-27.png)

### Install Certbot dengan Snap Ubuntu

setelah snap core terinstall dan update, jalankan perintah berikut untuk install certbot via snap

```bash
snap install --classic certbot
```

[![Screenshot 2023-11-05 at 05.01.50.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-05-01-50.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-05-01-50.png)

### Symlink Certbot Snap ke /usr/bin

Agar certbot bisa dikses langsung tanpa menyebutkan path filenya, harus dibuatkan symlink terlebih dahulu dengan perintah berikut

```bash
ln -s /snap/bin/certbot /usr/bin/certbot
```

[![Screenshot 2023-11-05 at 05.02.48.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-05-02-48.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-05-02-48.png)

### Generate Certificate SSL dengan Certbot

untuk generate ssl dengan certbot jalankan perintah berikut :

```bash
certbot --nginx -d feeder.sttsinarhusni.ac.id -d www.feeder.sttsinarhusni.ac.id
```

[![Screenshot 2023-11-05 at 05.04.20.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-05-04-20.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-05-04-20.png)

Cek hasil generate ssl dengan certbot

[![Screenshot 2023-11-05 at 05.13.10.png](https://book.najamudinridha.com/uploads/images/gallery/2023-11/scaled-1680-/screenshot-2023-11-05-at-05-13-10.png)](https://book.najamudinridha.com/uploads/images/gallery/2023-11/screenshot-2023-11-05-at-05-13-10.png)

<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.youtube.com/embed/XQ98BitBy0U?si=DNoQMNzj_Bj5s5tD" style="width: 100%; aspect-ratio: 16/10;" title="YouTube video player"></iframe>