Skip to content

An OCI function to check the expiry time on TLS certificates

Notifications You must be signed in to change notification settings

owainlewis/fn-certificate-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certificate Check

A simple OCI function that checks for certificate expiry

Deploying

fn deploy --app myapp

Example

echo '{\
"url": "https://apigateway.us-ashburn-1.oci.oraclecloud.com", \
"cn": "identity.us-ashburn-1.oraclecloud.com"\
}' | fn invoke serverless certificate-check

➜  certificate-check git:(master) echo '{"url": "https://github.com", "cn": "github.com"}' | fn invoke serverless certificate-check
Days remaining: 365

About

An OCI function to check the expiry time on TLS certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages