• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nats-io / nats-server / 8291406794
83%

Build:
DEFAULT BRANCH: main
Ran 15 Mar 2024 05:21AM UTC
Jobs 1
Files 54
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Mar 2024 05:58PM UTC coverage: 85.146% (-0.09%) from 85.234%
8291406794

push

github

web-flow
Add CA Search functionality for the windows cert store (#5115)

This PR adds a new field for searching the windows Certificate Store for
CA certificates.

When specifying a value in the `ca_certs_match` field, the following
locations are searched:
- Trusted Root Certification Authorities
- Third-Party Root Certification Authorities
- Intermediate Certification Authorities

Based on user input, the first matching certificate from subject in the
list, from each location, is added to the certificate pool. If no
certificates can be found an error is reported.

Example usage:

```text
tls {
  cert_store: "WindowsLocalMachine"
  cert_match_by: "Subject"
  cert_match: "client001"
  ca_certs_match: ["CA1","CA2"]
  timeout: 3s
}
```

Additional Notes:
Test scripts have been added to add and remove the test CA certificate,
and existing windows certificates have been updated as they were
expired.


Signed-off-by: Colin Sullivan <colin@luxantsolutions.com>

64415 of 75652 relevant lines covered (85.15%)

187628.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8291406794.1 15 Mar 2024 05:21AM UTC 0
85.15
GitHub Action Run
Source Files on build 8291406794
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8291406794
  • f1cd3ed1 on github
  • Prev Build on main (#8259583411)
  • Next Build on main (#8305395436)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc