Skip to content

Commit c7a768b

Browse files
committed
DOCSP-39555: java rs driver sig verification (#44)
(cherry picked from commit dfd152b)
1 parent 84969c0 commit c7a768b

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

source/index.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
:titlesonly:
1313
:maxdepth: 1
1414

15-
/installation/
16-
/get-started/
17-
/whats-new/
18-
/tutorials/
19-
/reference/
15+
/installation
16+
/get-started
17+
/whats-new
18+
/tutorials
19+
/reference
20+
/validate-signatures
2021
View the Source <https://github.com/mongodb/mongo-java-driver>
2122
API Documentation <{+api+}/mongodb-driver-reactivestreams/>
2223
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
@@ -39,6 +40,8 @@ runnable project by following one of the tutorials.
3940

4041
- :ref:`javars-reference`
4142

43+
- :ref:`Validate Driver Artifact Signatures <javars-validate-signatures>`
44+
4245
- `Driver Source GitHub Repository <https://github.com/mongodb/mongo-java-driver>`__
4346

4447
- `API Documentation <{+api+}/mongodb-driver-reactivestreams/>`__
@@ -85,3 +88,9 @@ How To Get Help
8588
- Ask questions on our :community-forum:`MongoDB Community Forums <>`
8689
- Visit our :technical-support:`Support Channels </>`
8790
- See :driver:`Issues & Help </java/sync/current/issues-and-help/>`
91+
92+
Validate Driver Artifact Signatures
93+
-----------------------------------
94+
95+
Learn about how to validate signatures of {+driver-short+} artifacts
96+
published on Maven in the :ref:`Validate Driver Artifact Signatures <javars-validate-signatures>` section.

source/validate-signatures.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. _javars-validate-signatures:
2+
3+
.. sharedinclude:: dbx/jvm-validate-artifacts.rst

0 commit comments

Comments
 (0)