Axis

This section provides informations about apache axis.

Internal Documents

DocumentDescriptionRating

External Documents

WSTitle/LocAuthorDate of PublicationDescriptionVoteBibitem
Good openssl doc with examples

  • asn1parse (Parse an ASN.1 sequence.)
  • ca (Certificate Authority (CA) Management.)
  • ciphers (Cipher Suite Description Determination.)
  • crl (Certificate Revocation List (CRL) Management.)
  • crl2pkcs7 (CRL to PKCS#7 Conversion.)
  • dgst (Message Digest Calculation.)
  • dh (Diffie-Hellman Parameter Management. Obsoleted by dhparam.)
  • dhparam (Generation and Management of Diffie-Hellman Parameters.)
  • dsa (DSA Data Management.)
  • dsaparam (DSA Parameter Generation.)
  • enc (Encoding with Ciphers.)
  • errstr (Error Number to Error String Conversion.)
  • gendh (Generation of Diffie-Hellman Parameters. Obsoleted by dhparam.)
  • gendsa (Generation of DSA Parameters.)
  • genrsa (Generation of RSA Parameters.)
  • passwd (Generation of hashed passwords.)
  • pkcs12 (PKCS#12 Data Management.)
  • pkcs7 (PKCS#7 Data Management.)
  • rand (Generate pseudo-random bytes.)
  • req (X.509 Certificate Signing Request (CSR) Management.)
  • rsa (RSA Data Management.)
  • rsautl (RSA utility for signing verification encryption and decryption.)
  • s_client (This implements a generic SSL/TLS client which can establish a transparent connection to a remote server speaking SSL/TLS.)
  • s_server (This implements a generic SSL/TLS server which accepts connections from remote clients speaking SSL/TLS.)
  • s_time (SSL Connection Timer.)
  • sess_id (SSL Session Data Management.)
  • smime (S/MIME mail processing.)
  • speed (Algorithm Speed Measurement.)
  • spkac (processes Netscape signed public key and challenge (SPKAC) files)
  • verify (X.509 Certificate Verification.)
  • version (OpenSSL Version Information.)
  • x509 (X.509 Certificate Data Management.)

Commands

CommandDescription
openssl x509 -in *CERT-filename* -noout -[text, subject, issuer, dates, fingerprint] Inhalt von Zertifikaten anzeigen
openssl req -new -x509 -keyout *PRIVATE-KEY-Filename* -out *CERTIFICATE-Filename* [-config *CONF-filename*] Generierung eines selbst-signierten "Certficate Authority (CA)" Zertifikates (== ROOT-Zertifikat)
openssl req -new -keyout newkey.pem -out newreq.pem -days 360 [-config *CONF-filename*] Erstellen eines Zertifikat-Requests
cat newreq.pem newkey.pem > new.pem

openssl ca -policy policy_anything -out newcert.pem [-config *CONF-filename*] -infiles new.pem
Signieren eines Zertifikat-Requests