How To Configure Jenkins with SSL Using an Nginx Reverse Proxy on Ubuntu 20.04
In this tutorial, you will configure Nginx as a reverse proxy to securely direct client requests to Jenkins.
In this tutorial, you will configure Nginx as a reverse proxy to securely direct client requests to Jenkins.
Learn how to securely store passwords using BcryptJS with this comprehensive tutorial. Install BcryptJS, set up a server with Express JS, encrypt passwords and store them in a MongoDB database, and access encrypted passwords for authentication. Perfect for beginners and experts alike.
MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. Mosquitto is a popular MQTT server (or broker, in MQTT parlance) that has great community support and is easy to install and configure. In this tutorial, we’ll install Mosquitto, retrieve SSL certificates from Let’s Encrypt, and set up our broker to use SSL to secure our password-protected MQTT communications.
Webminは、Linuxマシン用のWebベースのコントロールパネルで、現代のWebベースのインターフェースを通じてサーバーを管理できます。Webminでは、Webサーバーやデータベースなどの共通パッケージ設定を即座に変更できます。
Dans les environnements basés sur le cloud, il existe de multiples façons de faire évoluer et de sécuriser une application Django. En dimensionnant horizontalement et en exécutant plusieurs copies de votre application, vous pouvez construire…
This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 14.04 server running Apache as web server. SSL certificates are used within web servers to encrypt the traffic between server and client, providing extra security for users accessing your application.
In this tutorial, we will show you how to use Certbot to obtain a free SSL certificate and use it with FreeBSD server running Nginx. We will also show you how to automatically renew your SSL certificate.
Vault is an open-source tool that provides a secure, reliable way to store and distribute secrets like API keys, access tokens, and passwords. Software like Vault can be critically important when deploying applications that require the use of secrets or sensitive data.
In this tutorial, you will use Certbot to obtain a free SSL certificate for Nginx on Ubuntu 16.04 and set up your certificate to renew automatically. This tutorial will use a separate Nginx server block file to maintain the default file as a fallback configuration as intended.
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Con el traslado de las herramientas de desarrollo a la nube, la creación…