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