//// Copyright (c) 2021, Brian Frank and Andy Frank// Licensed under the Academic Free License version 3.0//// History:// 13 Aug 2021 Matthew Giannini Creation//**** A Certificate Signing Request (CSR)**const mixin Csr {** Get the public key for the CSRabstract PubKey pub()** Get the subject dnabstract Str subject()** Get the immutable signing optionsabstract Str:Obj opts() }