openssl

  1. CaffeineAddict

    Solved Installing openssl from Trixie by creating a backport?

    There is a bug in openssl that affects my use of osslsigncode command because it fails to verify X509 certs. My openssl on Debian bookworm is: openssl version OpenSSL 3.0.14 4 Jun 2024 (Library: OpenSSL 3.0.14 4 Jun 2024) However to deal with the bug I can manually build and install a...
  2. 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..."...
  3. 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...
  4. 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