Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

running the server with the certificate configuration better be activated with port parameter #24

Description

@tehilaR2

on the last server running command on this codelab (section 7: Debug Overrides), it's better to include the port setting option, in case the user used port other than the default.
in the code lab:
http-server ./data --ssl --cert root-ca.cert.pem --key root-ca.privkey.pem
better be changed to:
http-server ./data -p 8080 --ssl --cert root-ca.cert.pem --key root-ca.privkey.pem

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions