代码搜索:req
找到约 8,356 项符合「req」的源代码
代码结果 8,356
www.eeworm.com/read/213039/4933243
h req.h
/*
* req.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the ter
www.eeworm.com/read/209211/4986693
c req.c
#include
#include
#include
#include
#include
#include
static void
increqref(void *v)
{
Req *r;
r = v;
if(r){
if(chatty9p > 1)
fprint(2, "incre
www.eeworm.com/read/203830/5038821
pod req.pod
=pod
=head1 NAME
req - PKCS#10 certificate and certificate generating utility.
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/200501/5064846
sign-req
#!/bin/bash
# Sign a certificate signing request (a .csr file)
# with a local root certificate and key.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --sign $*
www.eeworm.com/read/200501/5064851
build-req
#!/bin/bash
# Build a certificate signing request and private key. Use this
# when your root certificate and key is not available locally.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --int
www.eeworm.com/read/194219/5137282
req rootca.req
-----BEGIN CERTIFICATE REQUEST-----
MIIBcTCB2wIBADAyMQswCQYDVQQGEwJHQjEPMA0GA1UEChMGUEVSTUlTMRIwEAYD
VQQDEwlSb290IENBLTIwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANqj4P0o
VwWO6iRHYGjQ9a5GgVEMD0NlGf0ii0t
www.eeworm.com/read/189320/5200845
h req.h
/*
* req.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the terms of
www.eeworm.com/read/175705/5342784
java req.java
package org.bouncycastle.ocsp;
import java.io.ByteArrayOutputStream;
import java.util.Enumeration;
import java.util.HashSet;
import java.util.Set;
import org.bouncycastle.asn1.DERObjectIdentifier;
i
www.eeworm.com/read/172609/5383119
in req_resource.in
#!/bin/sh
#
# This script is called to politely request that a resource be given up
# to us.
#
# At the end of $TIMEOUT, we take it anyway.
#
# It could be that we already have taken it, in which case
www.eeworm.com/read/349752/3140299
sign-req
#!/bin/bash
# Sign a certificate signing request (a .csr file)
# with a local root certificate and key.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --sign $*