Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for citadel_server_cert_chain_expiry_timestamp (0.53 sec)

  1. security/pkg/server/ca/monitoring.go

    		"The time remaining, in seconds, before the root certificate will expire. "+
    			"A negative value indicates the cert is expired.",
    	)
    	certChainExpiryTimestamp = monitoring.NewGauge(
    		"citadel_server_cert_chain_expiry_timestamp",
    		"The unix timestamp, in seconds, when Citadel cert chain will expire. "+
    			"A negative time indicates the cert is expired.",
    	)
    	certChainExpirySeconds = monitoring.NewDerivedGauge(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:09 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top