master
Arturius 2023-09-27 17:28:01 +03:00
parent d5f4dc1882
commit 2727a040c6
1 changed files with 15 additions and 0 deletions

View File

@ -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`