File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
source/core/csfle/reference Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,34 @@ Amazon Linux 2
183
183
184
184
sudo yum install -y libmongocrypt
185
185
186
+ Amazon Linux 2023
187
+ ~~~~~~~~~~~~~~~~~
188
+
189
+ .. procedure::
190
+ :style: connected
191
+
192
+ .. step::
193
+
194
+ Create a ``/etc/yum.repos.d/libmongocrypt.repo``
195
+ repository file:
196
+
197
+ .. code-block:: toml
198
+
199
+ [libmongocrypt]
200
+ name=libmongocrypt repository
201
+ baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2023/libmongocrypt/{+libmongocrypt-version+}/x86_64
202
+ gpgcheck=1
203
+ enabled=1
204
+ gpgkey=https://pgp.mongodb.com/libmongocrypt.asc
205
+
206
+ .. step::
207
+
208
+ Install the ``libmongocrypt`` package:
209
+
210
+ .. code-block:: sh
211
+
212
+ sudo yum install -y libmongocrypt
213
+
186
214
Amazon Linux
187
215
~~~~~~~~~~~~
188
216
@@ -191,9 +219,10 @@ Amazon Linux
191
219
192
220
.. step::
193
221
194
- Create a repository file for the ``libmongocrypt`` package:
222
+ Create a ``/etc/yum.repos.d/libmongocrypt.repo``
223
+ repository file:
195
224
196
- .. code-block:: sh
225
+ .. code-block:: toml
197
226
198
227
[libmongocrypt]
199
228
name=libmongocrypt repository
You can’t perform that action at this time.
0 commit comments