List all public keys.
(&self)
| 143 | |
| 144 | /// List all public keys. |
| 145 | pub fn list_cert_public_keys(&self) -> Result<BTreeSet<Vec<u8>>> { |
| 146 | list_cert_public_keys(&self.config.cert_dir) |
| 147 | } |
| 148 | |
| 149 | /// Run the certbot. |
| 150 | pub async fn run(&self) { |
nothing calls this directly
no test coverage detected