Benjamin_Loison commented on issue Benjamin_Loison/Linguee_webscraper#4 2024-10-14 11:31:40 +02:00
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.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-14 01:34:45 +02:00
How to proceed without domain name?
openssl list -public-key-algorithms 
Benjamin_Loison closed issue Benjamin_Loison/curl#3 2024-10-14 01:12:15 +02:00
Enforce HTTPS public key used
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 01:12:14 +02:00
Enforce HTTPS public key used
curl --cacert XXX.XXX.XXX.XXX.pem https://XXX.XXX.XXX.XXX

works fine.

Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 01:07:09 +02:00
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…
Benjamin_Loison reopened issue Benjamin_Loison/curl#3 2024-10-14 01:07:09 +02:00
Enforce HTTPS public key used
Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-14 01:04:10 +02:00
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…
Benjamin_Loison closed issue Benjamin_Loison/certbot#4 2024-10-14 00:57:15 +02:00
How to proceed without domain name?
Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-14 00:57:14 +02:00
How to proceed without domain name?

I just checked on a fresh Ubuntu 22 that sudo apt install -y apache2 installs this file.

Benjamin_Loison closed issue Benjamin_Loison/curl#3 2024-10-14 00:34:24 +02:00
Enforce HTTPS public key used
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 00:34:18 +02:00
Enforce HTTPS public key used
curl --cacert localhost.pem https://localhost

works fine.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-14 00:27:02 +02:00
How to proceed without domain name?

Unclear how to have /etc/apache2/sites-enabled/default-ssl.conf.

Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 00:15:01 +02:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-10-14 00:04:38 +02:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#4 2024-10-13 22:44:04 +02:00
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?
- - -…