So basiclky yesterday I tried to use a self signed ssl using openssl but since creating it using the command
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
most of myy things like nextcloud and cockpit are not working anymore so I would like to deactivate the ssl certificate but couldnt find anything online to help me.
Could someone help me with this?
Im on Ubuntu Server 20.04
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
most of myy things like nextcloud and cockpit are not working anymore so I would like to deactivate the ssl certificate but couldnt find anything online to help me.
Could someone help me with this?
Im on Ubuntu Server 20.04