Closed cbruno10 closed 1 year ago
'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
'This PR was closed because it has been stalled for 90 days with no activity.'
'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Not stale
Example query results
Results
``` > select domain, port, common_name, revoked from net_certificate where domain = 'turbot.com' +------------+------+-------------+---------+ | domain | port | common_name | revoked | +------------+------+-------------+---------+ | turbot.com | 443 | turbot.com | false | +------------+------+-------------+---------+ > select domain, port, common_name, revoked from net_certificate where domain = 'turbot.com' and port = 8443 +--------+------+-------------+---------+ | domain | port | common_name | revoked | +--------+------+-------------+---------+ +--------+------+-------------+---------+ ```