From 072ac6969ce03cbfcf24f48d5fcda7970bf495c5 Mon Sep 17 00:00:00 2001 From: Patrick Wagner Date: Wed, 7 May 2025 09:51:09 +0200 Subject: [PATCH] Update Linux.md --- Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Linux.md b/Linux.md index 61c921b..c8ff4dc 100644 --- a/Linux.md +++ b/Linux.md @@ -13,4 +13,8 @@ wpa_supplicant -B -i -c /etc/wpa_supplicant.conf To fix boot manager use -o to select first entry ``` efibootmgr -o 0001 +``` +### Download SSL certificate from website +``` +openssl s_client -connect www.google.com:443 2>/dev/null