Hence, make sure that your domain is pointed to the IP address of the server. The above command will run Certbot utility to obtain the certificates only. Certificates will not be installed by Certbot, nor it will change any configuration on the server.
It may ask you which SSL configuration to use during authentication, choose ssl. Finally, provide your email address and accept the terms and condition.
Once the certificates are generated, they are likely to be stored in the following directory./etc/letsencrypt/live/streama. Where streama. yourdomain. In the directory, you will find cert. SSL certificate and privkey. SSL certificate’s private key. Let’s Encrypt SSL expires in 9. Run the following command to open your crontab file.
Enter the following line into the crontab file. The above cron job will automatically run every Monday at 1: 3.
AM and if your certificates are due for expiry, it will automatically renew them. Now that our SSL certificates are generated, proceed to create a new virtual host for your application. Type the following command to create a new virtual host. Replace streama. yourdomain.
Add the following lines into the file.< Virtual. Host *: 8. 0>. Server. Name streama. yourdomain. Redirect permanent / https: //streama. Transfer. Log /var/log/httpd/streama.
You will also need to make sure that the path to the SSL certificates are correct. If there is any error into the configuration, Apache web server will not start.
Once done, restart your Apache web server so that the changes made in configuration can take effect. Further, you will also need to disable the SELinux. To temporary disable SELinux without restarting the server, run the following command. To completely disable the SELinux you will need to edit /etc/selinux/config file. Find the following line: SELINUX=enforcing. Change it to: SELINUX=disabled. New configuration take effect once you restart your server.
Now you can start the Streama service if not running, using the following command. Configure firewall to allow port 8. You can now browse the following URL in your favorite browser. You will see following login interface. Login using username admin and password admin. On first successful login, you will need to configure few settings for Streama Server.
You will be automatically redirected to the Settings page. Provide the path to upload directory which we have created to store the media. Provide the base URL of your application.
You can also configure the application name and Logos of the application. Once done click Save Settings to save the settings. You can now access the dashboard. To add a new TV show or Movie, click on Manage Content tab. You can click on File Manager tab on Manage Content page to manage the files. You can now use Streama to stream your favorite TV shows and movies.
How to Install Subversion (SVN) 1. Cent. OS/RHEL 7/6/5. Thanks to Wandisco, which is maintaining the rpm packages for latest Subversion version.
This article will help you to Install Subversion 1. SVN Client ) on Cent. OS/RHEL 7/6/5 Systems. If you want to configure Subversion server visit this article. Step 1: Setup Yum Repository Firstly we need to configure yum repository in our system. Create a new repo file /etc/yum. Let’s use the following command to verify the version of svn client.