Skip to content

Concourse resource that triggers if a TLS certificate expires within the configured time

Notifications You must be signed in to change notification settings

anukul/tls-trigger-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS Trigger Resource

A resource that triggers if a TLS certificate expires within the configured time.

Source Configuration

  • domain: The domain whose certificate to check. e.g. storyscript.com

  • expires_in: The time duration in number of days. e.g. 7

Behavior

check

Returns current version, and a new version only if the TLS certificate provided by domain expires in expires_in days.

in

no-op

out

no-op

Example

resource_types:
  - name: tls-trigger
    type: docker-image
    source:
      repository: anukulsangwan/tls-trigger-resource

resources:
  - name: storyscript-tls-trigger
    type: tls-trigger
    check_every: 24h
    source:
      domain: storyscript.com
      expires_in: 7

About

Concourse resource that triggers if a TLS certificate expires within the configured time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published