SSH and HTTPS, used together September 12, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, ssl, web Not only can they be used together, but it is the standard and most secure practice in web development and administration. They are two completely […]
Know if the Apache configuration file is OK or if it has errors September 11, 2025 | No Comments | apache, information, linux, server, ssl, web the command is: It tells you if there are any syntax errors, if a location points to nothing, or if a file it points to […]
Install SSL certificate on Apache server September 10, 2025 | No Comments | apache, information, linux, server, ssl, web In a nutshell, first you must copy the 3 SSL files to the PC you want to install the SSL certificate on, you need to […]
Connect to a host via SSH without entering the password May 27, 2025 | No Comments | information, ssl, vim generate a new ssh key if you don’t have one copy the content displayed with enter the host via SSH In the root there should […]
ssl certificate in a java spring boot application January 6, 2025 | No Comments | ssl HTTPS (Hypertext Transfer Protocol Secure) is a secure communication protocol used to transfer data between a web browser and a web server. HTTPS is a […]