You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
The RES_RC=$(sed -n -e 's/.*<mss:StatusCode Value="\(.*\)"\/>.*/\1/p' $TMP.rsp) seems to have some side effects depending on the answers.
./mobileid-sign.sh -v +41795135971 "Test: Hello" en
OK with following details and checks:
1) Transaction ID : AP.TEST.40310.4313 -> same as in request
MSSP TransID : h9nb2
2) Signed by : +41795135971 -> same as in request
3) Signer : subject= serialNumber=MIDCHE9AMU4FHEH0,CN=MIDCHE9AMU4FHEH0:PN,C=CH
issuer= C=ch,O=Swisscom,OU=Digital Certificate Services,CN=Swisscom TEST Rubin CA 2
validity= notBefore=Dec 22 12:17:45 2014 GMT notAfter=Dec 22 12:17:45 2017 GMT
CRL check= OK
OCSP check= good
4) Signed Data : Test: Hello -> Decode and verify: success and same as in request
5) Status code : 500"/><mss:StatusMessage>SIGNATURE</mss:StatusMessage><mss:StatusDetail><fi:ServiceResponses><fi:ServiceResponse><fi:Description><mss:mssURI>http://mid.swisscom.ch/as#subscriberInfo</mss:mssURI></fi:Description><ns1:SubscriberInfo xmlns:ns1="http://mid.swisscom.ch/TS102204/as/v1.0"><ns1:Detail id="1901" value="22801 with exit 0
Status details : SIGNATURE
The
RES_RC=$(sed -n -e 's/.*<mss:StatusCode Value="\(.*\)"\/>.*/\1/p' $TMP.rsp)
seems to have some side effects depending on the answers.Error with:
but fine with:
The text was updated successfully, but these errors were encountered: