Example #1
0
 public IActionResult GetCRL()
 {
     return(Ok(_caDBModifier.GenerateCRL()));
 }