Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

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

@tehilaR2

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

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