Uživatelské nástroje

Nástroje pro tento web


wildfly

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revizePředchozí verze
Následující verze
Předchozí verze
Následující verzeObě strany příští revize
wildfly [2017/05/04 13:07] – [HTTPS Let's encrypt] blazekwildfly [2017/05/04 13:32] – [Web management] blazek
Řádek 179: Řádek 179:
  
 ===== HTTPS Let's encrypt ===== ===== HTTPS Let's encrypt =====
 +
 +https://example.com:8443
  
 [[let-s-encrypt#novy-certifikat|Vygenerování certifikátu Let's encrypt (netcat)]] [[let-s-encrypt#novy-certifikat|Vygenerování certifikátu Let's encrypt (netcat)]]
Řádek 212: Řádek 214:
 </file> </file>
  
 +===== Web management =====
 +
 +https://example.com:9990
 +
 +<code>
 +shell# /opt/wildfly-10.1.0.Final/bin/add-user.sh
 +
 +What type of user do you wish to add?
 + a) Management User (mgmt-users.properties)
 + b) Application User (application-users.properties)
 +(a): a
 +
 +Enter the details of the new user to add.
 +Using realm 'ManagementRealm' as discovered from the existing property files.
 +Username : blazek
 +Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
 + - The password should be different from the username
 + - The password should not be one of the following restricted values {root, admin, administrator}
 + - The password should contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1 non-alphanumeric symbol(s)
 +Password :
 +Re-enter Password :
 +What groups do you want this user to belong to? (Please enter a comma separated list, or leave blank for none)[  ]:
 +About to add user 'blazek' for realm 'ManagementRealm'
 +Is this correct yes/no? yes
 +Added user 'blazek' to file '/opt/wildfly-10.1.0.Final/standalone/configuration/mgmt-users.properties'
 +Added user 'blazek' with groups  to file '/opt/wildfly-10.1.0.Final/standalone/configuration/mgmt-groups.properties'
 +Is this new user going to be used for one AS process to connect to another AS process?
 +e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
 +yes/no? yes
 +To represent the user add the following to the server-identities definition <secret value="xxxxxxxxxx" />
 +</code>
wildfly.txt · Poslední úprava: 2023/12/26 19:13 autor: 127.0.0.1