I have installed openSSL and C-kermit on an AIX box.
I have created our CA. and installed some required certificates. I am recieving the following error on attempt to connect to IBM IE services.
Warning:
self signed certificate in certificate chain
Thanks in advance for your assistance.
I have a script that I use to tally up a list of dollar amounts. I am having a problem with it truncating at the 8th digit. If the dollar amount like 123456.78 i get 123456.7 for output.
Code line is:
TOTAL=$(echo $TOTAL $DOL | awk '{print $1+$2}')
Where $DOL is next value to add to total...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.