com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Creating a SSL Certificate

Create SSL certificates for both the manager and worker nodes using the following instructions.

  1. Create the Server Key.

    sudo openssl genrsa -des3 -out server.key 1024
  2. Certificate Signing Request.

    sudo openssl req -new -key server.key -out server.csr
  3. Remove the password.

    sudo cp server.key server.key.org 
    sudo openssl rsa -in server.key.org -out server.key
  4. Sign your SSL Certificate.

    sudo openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt

While creating keys, enter the hostname (e.g., as.wso2.com or mgt.as.wso2.com) as the common name.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.