Skip to content

Commit

Permalink
MONGOCRYPT-580 document steps for installing on Amazon Linux 2023 (#722)
Browse files Browse the repository at this point in the history
Follow-up for ef5b0b5
  • Loading branch information
rcsanchez97 authored and kevinAlbs committed Jan 2, 2024
1 parent 712bf49 commit b072cab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,25 @@ Then install the libmongocrypt packages:
sudo yum install -y libmongocrypt
```

#### Amazon Linux 2023 ####

Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:

```
[libmongocrypt]
name=libmongocrypt repository
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2023/libmongocrypt/1.8/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
```

Then install the libmongocrypt packages:

```
sudo yum install -y libmongocrypt
```

#### Amazon Linux 2 ####

Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:
Expand Down

0 comments on commit b072cab

Please sign in to comment.