Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Re-Sign a Content Archive
If the certificate you used to sign a content archive has expired, you can re-sign the content archive using a new certificate. The example in this section assumes that the JAR signing tool, content archive to re-sign, and keystore are located on the same system.
-
On the system, open a command prompt and create a directory in which to extract the files from the content archive and go to that directory. For example, run the following commands:
Windows:
mkdir C:\tmp\contentarchive
cd C:\tmp\contentarchiveLinux:
mkdir /tmp/contentarchive
cd /tmp/contentarchive -
Extract the files from the content archive. For example, run the following command:
Windows:
"C:\Program Files\Java\jdk\bin\jar" -xvf C:\tmp\SERVICE_OFFERING_2c9f4ab8b896014ac3520ca7016d.zip
Linux:
/usr/bin/javac/bin/jar -xvf /tmp/SERVICE_OFFERING_2c9f4ab8b896014ac3520ca7016d.zip
-
Remove the expired signature files. For example, run the following command:
Windows:
rmdir /q /s META-INF
Linux:
rm -rf META-INF
-
Create a new content archive.
Windows:
"C:\Program Files\Java\jdk\bin\jar" -cvf C:\tmp\SERVICE_OFFERING_2c9f4ab8b896014ac3520ca7016d_NEW.zip *
Linux:
/usr/bin/javac/bin/jar -cvf /tmp/SERVICE_OFFERING_2c9f4ab8b896014ac3520ca7016d_NEW.zip *
-
Change to the JDK's
bin
directory. For example, go to:Windows:
C:\Program Files\Java\jdk\bin
Linux:
/usr/bin/javac/bin
-
If you have access to the keystore, remove the expired certificate by running the following command:
Windows:
keytool -delete -keystore C:\tmp\.keystore_archive_signing -alias csa_archive
-storepass <keystore_password>Linux:
keytool -delete -keystore /tmp/.keystore_archive_signing -alias csa_archive
-storepass <keystore_password> - If you are using a certificate generated for you, get the keystore, keystore password, and alias to access the certificate. If you are using a self-signed certificate, follow the instructions in Locating or Creating a Keystore and Certificate to generate a new self-signed certificate.
- Re-sign the content archive. Follow the instructions in Signing the Content Archive to re-sign the content archive (use the new content archive name,
SERVICE_OFFERING_2c9f4ab8b896014ac3520ca7016d_NEW.zip
).
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: