Skip to content

Install Certinfo

Actions
Copy Certinfo binary and add it to the PATH
v1.0.1
Latest
Star (0)

Certinfo Action

This action makes the certinfo tool available to Actions workflows by:

  • Downloading certinfo
  • Adding certinfo to path

So that certificates can be validated as part of a workflow.

Usage

Basic example

name: Certinfo

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - uses: atsign-company/certinfo-action@v1

      - name: Get certinfo for root server
        run: certinfo root.atsign.org:64

Version History

v1.0.1

  • Converted action.yml and test.yml from CRLF to LF
  • Bumped checkout to v3 in example

v1.0

  • Promoted to 1.0

v0.6

  • Add RUNNER_TOOL_CACHE to PATH
  • Got it working

v0.5

  • Move certinfo to RUNNER_TOOL_CACHE

v0.4

  • Follow redirects to fetch from GitHub releases

v0.3

  • Updated test workflow

v0.2

  • Made setup.sh executable

v0.1

  • Initial version.

Acknowledgement/Attribution

Certinfo was created by Peter Reisinger (@pete911) and uses the MIT License

LICENSE

Licensed under the BSD 3 clause LICENSE

Maintainers

This project was created by @cpswan

Install Certinfo is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Copy Certinfo binary and add it to the PATH
v1.0.1
Latest

Install Certinfo is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.