Return: None
Future<void> certSetFuture(String domain) async => ZeroNet.instance.cmdFuture( ZeroNetCmd.certSet, params: {'domain': domain}, );