From 45e923eb3b7761584018de0646059f840aa75b76 Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Thu, 21 Mar 2024 09:34:34 -0400 Subject: [PATCH] Added docs on using ssl certs with bundler [noissue] --- staging_docs/user/tutorials/custom-certificates.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 staging_docs/user/tutorials/custom-certificates.md diff --git a/staging_docs/user/tutorials/custom-certificates.md b/staging_docs/user/tutorials/custom-certificates.md new file mode 100644 index 0000000..03bd2d6 --- /dev/null +++ b/staging_docs/user/tutorials/custom-certificates.md @@ -0,0 +1,6 @@ +# Using Custom Certificates + +When using Pulp as mirror of `rubygems.org`, you may need to configure `bundler` to use custom SSL certificates. +Any certificate related settings for `bundler` need to be also added for `gem`. +If only `bundler` is configured, metadata will be downloaded from Pulp, but gems will fail to download. +Gems are downloaded by `gem` and it has its own configuration.