HP Comware 5 Debug Manual Vol 3
// The PKI module de-encapsulated the PKCS#7 file and found that the payload size is 1036 bytes.
# Enable certificate request debugging. Output similar to the following example is generated:
[Sysname] pki retrieval-certificate ca domain crt
// Retrieval the CA certificate.
Retrieving CA/RA certificates. Please wait a while......
*0.179079 Sysname PKI/7/PKI_Debug:SCEP send message:IP = 0x85040404
// The PKI module sent a packet to the CA through SCEP.
The trusted CA's finger print is:
MD5 fingerprint:8FDC C669 7A95 5505 8C0A 8633 818D A0A1
SHA1 fingerprint:8CCD 07AD 6C9A 229B 3378 2430 F038 A142 D175 190E
// The certificate fingerprint of the CA was calculated by using the hash algorithm.
Is the finger print correct?(Y/N):
*0.179266 Sysname PKI/7/PKI_Debug:SCEP receive message: Server returned status code 200
Before pressing ENTER you must choose 'YES' or 'NO'[Y/N]:y
Saving CA/RA certificates chain, please wait a moment......
CA certificates retrieval success.
[Sysname]
%Aug 8 11:18:25:438 2006 Sysname PKI/4/Verify_CA_Root_Cert:CA root certificate of the
domain crt is trusted.
// The CA root certificate of PKI domain crt is trusted.
%Aug 8 11:18:25:438 2006 Sysname PKI/4/Update_CA_Cert:Update CA certificates of the Domain
crt successfully.
// The PKI module updated the CA certificate of PKI domain crt successfully.
%Aug 8 11:18:25:454 2006 Sysname PKI/4/CA_Cert_Retrieval:Retrieval CA certificates of
the domain crt successfully.
// The PKI module obtained the CA certificate of PKI domain crt successfully.
*0.184454 Sysname PKI/7/PKI_Debug: PKI GetCert CA&RA: general purpose
// The PKI module obtained the CA certificate successfully.
[Sysname] pki request-certificate domain crt kkk
// The PKI module issued a local certificate request.
Certificate is being requested, please wait......
[Sysname]
Enrolling the local certificate,please wait a while......
*0.244407 Sysname PKI/7/PKI_Debug:Create PKCS#10 request: token seen: CN=crtSysname1
*0.244407 Sysname PKI/7/PKI_Debug:Create PKCS#10 request: CN=crtSysname1 added
*0.244407 Sysname PKI/7/PKI_Debug:Create PKCS#10 request: subject dn set to
'CN=crtSysname1'
// The PKI module created the DN used for certificate request.
*0.244422 Sysname PKI/7/PKI_Debug:Host: 4.4.4.133
*0.244422 Sysname PKI/7/PKI_Debug:Port: 446
*0.244422 Sysname PKI/7/PKI_Debug:Path: 6953bf7fb5b1cf514376243ce67ebed1209c292a
*0.244438 Sysname PKI/7/PKI_Debug:SCEP transaction id: 038DE310FA1404F6781ED659158FE236
// The output shows the following:
•
The host address of the CA server is 4.4.4.133.
215