Procs
proc base64UrlEncode(data: seq[byte]): string {....raises: [], tags: [], forbids: [].}
- Encodes data using base64url (RFC 4648 ยง5) โ no padding, URL-safe Source Edit
proc createCSR(domain: string; certKeyPair: RsaPrivateKey): string {. ...raises: [ACMEError], tags: [], forbids: [].}
- Source Edit
proc getResponseBody(response: HttpClientResponseRef): InternalRaisesFuture[ JsonNode, (ACMEError, CancelledError)] {....stackTrace: false, raises: [], gcsafe, tags: [RootEffect], forbids: [].}
- Source Edit
proc keyOrError(table: HttpTable; key: string): string {....raises: [ValueError], tags: [], forbids: [].}
- Source Edit
proc thumbprint(key: RsaPrivateKey): string {....raises: [], tags: [], forbids: [].}
- Source Edit