mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Garbage collect test using the nseq command
reminded by anton
This commit is contained in:
parent
6b967e81da
commit
a04ff7ee09
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: appstest.sh,v 1.55 2022/07/14 08:33:31 tb Exp $
|
||||
# $OpenBSD: appstest.sh,v 1.56 2023/04/26 09:07:59 tb Exp $
|
||||
#
|
||||
# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
|
||||
#
|
||||
@ -963,12 +963,6 @@ __EOF__
|
||||
$openssl_bin x509 -in $spkaccert -inform DER -out $spkacpem -outform PEM
|
||||
check_exit_status $?
|
||||
|
||||
# server-admin cert verify
|
||||
|
||||
start_message "nseq"
|
||||
$openssl_bin nseq -in $spkacpem -toseq -out $spkacpem.nseq
|
||||
check_exit_status $?
|
||||
|
||||
#---------#---------#---------#---------#---------#---------#---------
|
||||
|
||||
# --- user1 operations (generate user1 key and csr) ---
|
||||
|
Loading…
Reference in New Issue
Block a user