Web Server Hosting Preferences. Registering a PEM Agent. Uninstalling Postgres Enterprise Manager Components. Reference - Linux Service Script. Installation on Windows. Upgrade and Migration. Administrator's Guide. Agent User Guide. Enterprise Features Guide.
High Availability Set Up. Security Guide. SQL Profiler. Postgres Enterprise Manager. A PEM encoded file includes Base64 data. Click "Local Computer," then click the "Finish" button. Click Next. PEM files are usually Web Files. Look for a program on your computer that opens this type of file , and see if it will open the PEM file. On a Windows Computer: Right-click the file icon. Install a certificate Open your phone's Settings app.
Under "Credential storage," tap Install from storage. In the top left, tap Menu. Under "Open from," tap where you saved the certificate. Tap the file. Type a name for the certificate.
Import the self - signed certificate to the Windows computer. On the Windows computer, start MMC mmc. Add the Certificates snap-in for the computer account and manage certificates for the local computer. Certificates stored on the Windows 10 computer are located in the local machine certificate store. Windows 10 offers Certificate Manager as a certificate management tool for both computer and user certificates. Windows: Generate CSR for code or driver signing certificate In your Windows search feature, enter mmc, and then click it to launch the Microsoft Management Console application.
Click Certificates and then click Add. Select Computer account, and then click Next. Select Local computer, and then click Finish. Click OK. When the Certificate Manager console opens, expand any certificates folder on the left.
In the right pane, you'll see details about your certificates. Right-click on them and you can export or delete it. You can also add digital certificates to Windows with the Microsoft Management Console. Click Next to instruct the server to install LanguagePack.
When the wizard completes the installation, click Finish to open the Database Server Installation Details dialog. Use the fields on the Database Server Installation Details dialog to provide connection information for the Postgres installation that is hosting the PEM server installation:.
Enter the port number on which the Postgres server is listening in the Port field. Enter the name of a Postgres database superuser in the User field.
Enter the password associated with the Postgres superuser in the Password field. Before completing the PEM server installation, the installer will contact the database host. You can use an existing Postgres server to host the PEM server and the pem database. Postgres installers and pre-requisite software extensions are freely available on the EnterpriseDB website at.
This section provides information about configuring an existing Postgres server for a PEM server installation. The steps that follow should be considered guidelines only; the actual steps required to configure your Postgres installation will vary depending on the configuration of your Postgres server.
The following versions of Postgres are pre-configured to contain the sslutils extension and a service script; no additional preparation is required to use the following Postgres versions as a PEM backend database server:. Ensure that the Postgres server contains an installation of the sslutils extension.
For more information, see Installing the sslutils Extension section. Create a service script on Linux or register the server with the Windows service manager. The Postgres server on which the PEM server will reside must contain the sslutils extension.
The sslutils package is freely available for download from the EnterpriseDB website. When the download completes, extract the file, and copy it into the Postgres installation directory. If the Postgres server resides on a Linux system, you must use the gcc compiler to build sslutils. Then, use yum to install the sslutil dependencies:. Move into the sslutils folder, and enter:. Use psql to create the sslutils extension:. Remember: You are not required to manually add the sslutils extension when using the following Postgres installations:.
While specific details of the installation process will vary by platform and compiler, the basic steps are the same. You must:. Copy the sslutils package to the Postgres installation directory. Open the command line of the appropriate compiler, and navigate into the sslutils directory. Use the following commands to build sslutils :. Copy the compiled sslutils files to the appropriate directory for your installation.
The sslutils directory will contain the following files:. Copy the. COPY sslutils. A service script allows the PEM server to start, stop or restart the server if necessary when performing configuration management, certificate management, or other administrative tasks.
If you have built the Postgres installation from source, you are required to manually create a service script. While the PEM server installer checks for the presence of the service script, it does not check the integrity of the script itself; for PEM to function properly, you must ensure that the service script works as expected.
The service script must be able to start, stop and restart the database server. Service scripts are platform-specific; you can find a sample service script for Linux in Linux Service Script Sample section. For information about customizing a Postgres service, visit:. If you are using Windows to host the PEM backend database, you must register the name of the Postgres server with the Windows service manager.
If you are using a Postgres server that was created using an EnterpriseDB installer, the service will be registered automatically. The syntax of the command is:. Postgres core documentation. After preparing the existing Postgres server, invoke the PEM server installer. Assume superuser or, on Windows, Administrative privileges and navigate into the directory that contains the installer. Then, invoke the installer with the command:. Carefully review the license agreement before highlighting the appropriate radio button and accepting the agreement; click Next to continue to the Installation Directory dialog.
Use the Installation Directory dialog to specify the location of the PEM server and access the Advanced options dialog:. Use the Installation Directory field to open a browser dialog and select the directory in which the PEM server will be installed.
If you are installing the PEM server on an existing server, check the box next to Show advanced options to instruct the installer to include the Advanced options dialog in the installation process. Use the radio buttons on the Advanced options dialog to specify an installation type. See Installing Web Services section for more information about invoking this option.
Database if you are installing only the PEM server and creating the pem backend database on the current host. Select the name of a Postgres server on the current host that was installed using a Postgres one-click installer or Advanced Server installer. The selected database server must include an installation of the sslutils contrib module, and have a startup script on Linux or a registered service on Windows. For information about Preparing the Postgres Server, please see this section.
Enter the port number on which the Postgres server listens in the Port field. Enter the name of a database superuser in the User field. Enter the password associated with the superuser in the Password field.
Enter the name of the service script for the Postgres server in the Service Name field.
0コメント