⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 result.master

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MASTER
字号:
Missing required options.cimcrl: argument "abcd" was unexpectedUse '--help' to obtain command syntax.Duplicate add option.cimcrl: duplicate "-a" optionUse '--help' to obtain command syntax.Combine remove and add options.cimcrl: option "-a" was unexpectedUse '--help' to obtain command syntax.Combine add and remove options.cimcrl: option "-r" was unexpectedUse '--help' to obtain command syntax.Combine add and list options.cimcrl: option "-l" was unexpectedUse '--help' to obtain command syntax.Duplicate remove option.cimcrl: duplicate "-r" optionUse '--help' to obtain command syntax.Duplicate list option.cimcrl: duplicate "-l" optionUse '--help' to obtain command syntax.Duplicate issuer with list option.cimcrl: duplicate "-i" optionUse '--help' to obtain command syntax.Missing issuer with list option.cimcrl: Missing required value for flag iUse '--help' to obtain command syntax.Missing issuer with remove option.cimcrl: the "-i" option is requiredUse '--help' to obtain command syntax.Missing issuer value with remove option.cimcrl: Missing required value for flag iUse '--help' to obtain command syntax.Add option without a crl file. Should error out.cimcrl: Missing required value for flag fUse '--help' to obtain command syntax.Add option with a non-existent crl file. Should error out.no such file: ./nosuchcrl.pemAdd option without a crl file option. Should error out.cimcrl: the "-f" option is requiredUse '--help' to obtain command syntax.Unexpected option with add operation. Should error out.cimcrl: Unknown flag -zUse '--help' to obtain command syntax.Unexpected option with list operation. Should error out.cimcrl: Unknown flag -zUse '--help' to obtain command syntax.Unexpected option with remove operation. Should error out.cimcrl: Unknown flag -zUse '--help' to obtain command syntax.Duplicate crlfiles specified.cimcrl: duplicate "-f" optionUse '--help' to obtain command syntax.No command line options specified.cimcrl: Required arguments missing.Use '--help' to obtain command syntax.Invalid command line options specified.cimcrl: Unknown flag -nUse '--help' to obtain command syntax.Display help.Usage: cimcrl -a -f crlfile       cimcrl -r -i issuername       cimcrl -l [ -i issuername ]       cimcrl --version       cimcrl --helpOptions :     -a              - Adds the specified crl to the CRL store    -r              - Removes the specified crl from the CRL store    -l              - Displays the crls in the CRL store    -f crlfile      - Specifies the PEM format file containing an X509 CRL    -i issuername   - Specifies the CRL issuer name    --help          - Displays this help message    --version       - Displays CIM Server version numberUsage note: The cimcrl command requires that the CIM Server is running.List the CRLs, no CRLs displayed.Help and version together. Should error out.cimcrl: option "-version" was unexpectedUse '--help' to obtain command syntax.Version and help together. Should error out.cimcrl: option "-help" was unexpectedUse '--help' to obtain command syntax.Add an invalid CRL to the truststore. Should error outCIM_ERR_FAILED: A general error occurred that is not covered by a more specific error code: "Could not read x509 PEM format."Add the CA certificate to the truststoreCertificate added successfully.Try to connect with the 1st certificate issued by the CA, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 2nd certificate issued by the CA, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 3rd certificate issued by the CA, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyAdd the CA CRL to the truststoreCRL added successfully.List the CRL.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Aug 24, 2006  13:31:45 (00000)Next update: Aug 20, 2021  13:31:45 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Aug 24, 2006  13:31:45 (00000)---------------------------------------------Try to connect with the 1st certificate, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Try to connect with the 2nd certificate, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 3rd certificate issued by the CA, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyAdd the updated CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Aug 24, 2006  13:31:45 (00000)Next update: Aug 20, 2021  13:31:45 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Aug 24, 2006  13:31:45 (00000)    Serial Number: 3        Revocation Date: Aug 24, 2006  13:31:45 (00000)---------------------------------------------List the by non-existant issuer.Specified CRL does not exist.Try to connect with the 1st certificate, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Try to connect with the 2nd certificate, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 3rd certificate, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Remove the CA CRL certificateCRL removed successfully.Try to connect with the 1st certificate, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 2nd certificate, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyTry to connect with the 3rd certificate, this should succeedTestCertClient::Connecting to 127.0.0.1:5989Result: CIM_ComputerSystem+++++ TestCertClient Terminated NormallyRemove the CA CRL that we just removed, this should get a DNE errorSpecified CRL does not exist.CIM_ERR_NOT_FOUND: The requested object could not be found: "File does not exist 2ef780db.r0."Remove the CA certificate from the truststore to clean everything up, this should succeedCertificate removed successfully.Try to connect with the 1st certificate issued by the CA, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Try to connect with the 2nd certificate issued by the CA, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Try to connect with the 3rd certificate issued by the CA, this should failTestCertClient::Connecting to 127.0.0.1:5989Exception: Cannot connect to 127.0.0.1:5989. Connection failed.Add Jan month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Jan 1, 2005  20:20:00 (00000)Next update: Dec 29, 2019  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Jan 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Feb month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Feb 1, 2005  20:20:00 (00000)Next update: Jan 29, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Feb 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Mar month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Mar 1, 2005  20:20:00 (00000)Next update: Feb 26, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Mar 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Apr month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Apr 1, 2005  20:20:00 (00000)Next update: Mar 28, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Apr 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add May month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: May 1, 2005  20:20:00 (00000)Next update: Apr 27, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: May 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add June month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Jun 1, 2005  20:20:00 (00000)Next update: May 28, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Jun 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add July month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Jul 1, 2005  20:20:00 (00000)Next update: Jun 27, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Jul 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Aug month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Aug 1, 2005  20:20:00 (00000)Next update: Jul 28, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Aug 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Sept month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Sep 1, 2005  20:20:00 (00000)Next update: Aug 28, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Sep 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Oct month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Oct 1, 2005  20:20:00 (00000)Next update: Sep 27, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Oct 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Nov month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Nov 1, 2005  20:20:00 (00000)Next update: Oct 28, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Nov 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.Add Dec month CA CRL to the truststore, this should succeedCRL added successfully.List the updated CRL by issuer.Issuer:  /C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCALast update: Dec 1, 2005  20:20:00 (00000)Next update: Nov 27, 2020  20:20:00 (00000)Revoked Certificates:    Serial Number: 1        Revocation Date: Dec 1, 2005  20:20:00 (00000)---------------------------------------------Remove CRL by issuer.CRL removed successfully.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -