Вы находитесь на странице справочной информации о версии:
- 6.4
- 6.3
- 6.2
- Предыдущие версии
To configure SSL on JBoss Application Server, you need an SSL credential for authentication. You can use the Java keytool to create a credential or request and import a credential from a certificate authority (CA). You must then enable SSL on JBoss.
You can run keytool by using a single command that includes all of the information needed to create the keystore.
In this procedure:
[appserver root] is the home directory of the application server running AEM forms.
[type] is a folder name that varies, depending on the type of install you performed.
-
In a command prompt, navigate to [JAVA HOME]/bin and type the following command to create the credential and keystore:
keytool -genkey -dname "CN=Host Name, OU=Group Name, O=Company Name,L=City Name, S=State, C=Country Code" -alias "LC Cert" -keyalg RSA -keypass key_password -keystore keystorename.keystore
Примечание.
Replace [JAVA_HOME] with the directory where the JDK is installed, and replace the text in italic with values that correspond with your environment. Host Name is the fully qualified domain name of the application server.
-
<!-- SSL/TLS Connector configuration using the admin devl guide keystore <Connector protocol="HTTP/1.1" SSLEnabled="true" port="8443" address="${jboss.bind.address}" URIEncoding="UTF-8" scheme="https" secure="true" clientAuth="false" keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore" keystorePass="rmi+ssl" sslProtocol = "TLS" /> -->
Примечание.
In the server.xml fil, do not uncomment line “SSL/TLS Connector configuration using the admin devl guide keystore”.
-
For turnkey installations:
From the Windows Control Panel, click Administrative Tools, and then click Services.
Select JBoss for Adobe Experience Manager forms.
Select Action > Stop.
Wait for the status of the service to appear as stopped.
Select Action > Start.
For Adobe preconfigured or manually configured JBoss installations:
From a command prompt, navigate to [appserver root]/bin.
Stop the server by entering the following command:
(Windows) shutdown.bat -S
(Linux) ./shutdown.sh -S
Wait until the JBoss process has fully shut down (when the JBoss process returns control to the terminal it was started in).
Start the server by entering the following command:
(Windows) run.bat -c <profile>
(Linux) ./run.sh -c <profile>
-
In a command prompt, navigate to [JAVA HOME]/bin and type the following command to create the keystore and the key:
keytool -genkey -dname "CN=Host Name, OU=Group Name, O=Company Name, L=City Name, S=State, C=Country Code" -alias "LC Cert" -keyalg RSA -keypass –key_password -keystore keystorename.keystore
Примечание.
Replace [JAVA_HOME] with the directory where the JDK is installed, and replace the text in italic with values that correspond with your environment.
-
In a command prompt, navigate to [JAVA HOME]/bin and type the following command to import the root certificate of the CA with which the CSR has been signed:
keytool -import -trustcacerts -file rootcert.pem -keystore keystorename.keystore -alias root
If the root certificate is not in the browser, also import it there.
Примечание.
Replace [JAVA_HOME] with the directory where the JDK is installed, and replace the text in italic with values that correspond with your environment.
-
In a command prompt, navigate to [JAVA HOME]/bin and type the following command to import the credential into the keystore:
keytool -import -trustcacerts -file CACertificateName.crt -keystore keystorename.keystore
Примечание.
Replace [JAVA_HOME] with the directory where the JDK is installed, and replace the text in italic with values that correspond with your environment.
Примечание.
The imported CA signed certificate will replace a self-signed public certificate if it exists.
На посты, размещаемые в Twitter™ и Facebook, условия Creative Commons не распространяются.
Правовые уведомления | Политика конфиденциальности в сети Интернет