- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Ease leveraging downloaded dataset
Would also be interested in ope -source Android apps but otherwise a Termux command line or small web interface would be enough.
ed25519 well supported on most known web-browsers (if even available for websites) such as Firefox, Chromium, Edge and Safari?
https://caniuse.com/?search=ed25519 does not seem accurate for my purpose.
ed25519 well supported on most known web-browsers (if even available for websites) such as Firefox, Chromium, Edge and Safari?
Related to #3.
Enforce HTTPS public key used
Enforce HTTPS public key used
IPV4_ADDRESS=XXX.XXX.XXX.XXX
curl --cacert $IPV4_ADDRESS.pem https://$IPV4_ADDRESS
curl: (60) SSL: no alternative certificate subject name matches target host name 'IPV4_ADDRES…
Enforce HTTPS public key used
How to proceed without domain name?
sudo a2ensite default-ssl
Enabling site default-ssl.
To activate the new configuration, you need to run:
systemctl reload apache2
sudo service apache2…
How to proceed without domain name?
How to proceed without domain name?
I just checked on a fresh Ubuntu 22 that sudo apt install -y apache2
installs this file.
Enforce HTTPS public key used
How to proceed without domain name?
Unclear how to have /etc/apache2/sites-enabled/default-ssl.conf
.
Enforce HTTPS public key used
curl https://localhost
Output:
curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.htm…
Enforce HTTPS public key used
curl https://localhost
Output:
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.htm…
How to proceed without domain name?
sudo certbot certonly --register-unsafely-without-email
Saving debug log to /var/log/letsencrypt/letsencrypt.log
How would you like to authenticate with the ACME CA?
- - -…