CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2017/01/31 14:35:07
Modified files: usr.sbin/ikectl: ikeca.c ikeca.cnf Log message: Teach ikectl to include extensions in the CSR, rather than just adding them when signing the certificates by the local CA. This can make things easier if you want to take a CSR from ikectl to another CA for signing, they often copy extensions from the request. ok reyk@