openssl

  1. T

    Batch file, Command not working

    Hi together... I've a Problem to execute some Commands from a Batch File. #!/bin/bash clear; echo; echo; sleep 0.25; DOMAIN="$1"; TYPE="selfsigned" PATH="./traefik/data/certificates"; if ! [ -z "$DOMAIN" ]; then echo "Create private Server Key and Certificate Request..."...
  2. jeremyy44

    SSL with openssl made everything stop working

    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...
  3. G

    mitmproxy not showing any traffic linux mint 19

    I installed mitmproxy using pip3. I ran it to get the certificate, installed the certificate on my android phone. I followed steps 1-4 of this guide to forward the necessary ports/ips and start up mitmproxy. I changed the default gateway of the network i'm connected to on my phone, to the ip of...
Top