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

node-opcua / node-opcua-pki / 25151428540
90%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2026 06:46AM UTC
Jobs 1
Files 21
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

30 Apr 2026 06:43AM UTC coverage: 89.962% (+0.007%) from 89.955%
25151428540

push

github

erossignon
fix(ca): emit SubjectAltName on CA self-signed certificate

UaExpert (and OPC UA compliance validators) reject CA certificates
that lack a SubjectAltName extension with the error
"SubjectAltName is missing — this extension is mandatory according to
the UA specification". The openssl config template's [ v3_ca ] and
[ v3_ca_req ] sections requested no SAN, and the CA construction set
ALTNAME via processAltNames({} as Params), which produced the literal
"URI:undefined".

- ca_config_template.cnf: add subjectAltName=$ENV::ALTNAME to
  [ v3_ca ] and [ v3_ca_req ].
- certificate_authority: derive ALTNAME from the CA CommonName
  (URI:urn:<CN>) before invoking openssl req / x509 -req.
- add a regression test asserting the CA cert carries a SAN with
  uri = urn:<CN>.

466 of 635 branches covered (73.39%)

1 of 1 new or added line in 1 file covered. (100.0%)

1416 of 1574 relevant lines covered (89.96%)

248.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25151428540.1 30 Apr 2026 06:46AM UTC 21
89.96
GitHub Action Run
Source Files on build 25151428540
  • Tree
  • List 21
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25151428540
  • c3e668dc on github
  • Prev Build on master (#24314951183)
  • Next Build on master (#25151955083)
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