(&self)
| 48 | } |
| 49 | |
| 50 | pub fn list_certs(&self) -> Result<Vec<PathBuf>> { |
| 51 | crate::bot::list_certs(self.backup_dir()) |
| 52 | } |
| 53 | |
| 54 | pub fn acme_account_uri(&self) -> Result<String> { |
| 55 | let encoded_credentials = fs::read_to_string(self.account_credentials_path())?; |
nothing calls this directly
no test coverage detected