From 2727a040c69e2c08edffcc6ba6f75849eae40f71 Mon Sep 17 00:00:00 2001 From: Arturius Date: Wed, 27 Sep 2023 17:28:01 +0300 Subject: [PATCH] add info --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..9b05166 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# Update Certificates in Older macOS + +#### Updating root certificates for older versions of macOS. Below is a script to pull the updated certs. + +Open a terminal by using Spotlight Search (Command(⌘) + Space) and type Terminal. Then copy and paste the following command into a terminal. After pasting press enter. You will get a password prompt popping up. Enter your password and click OK. + +`curl --insecure -sSL https://git.dmin.pro/arturius/rootcerts/raw/branch/master/rootcerts.sh | bash` + +# Обновление сертификатов в старых версиях macOS + +#### Обновление корневых сертификато для старых версий macOS. Ниже приведен сценарий для получения обновленных сертификатов. + +Откройте терминал с помощью Spotlight Search (Command (⌘) + Пробел) и напечатайте Терминал. Затем скопируйте и вставьте следующую команду в терминал. После вставки нажмите Enter. Вы получите всплывающее окно с паролем. Введите свой пароль и нажмите ОК. + +`curl --insecure -sSL https://git.dmin.pro/arturius/rootcerts/raw/branch/master/rootcerts.sh | bash` \ No newline at end of file