First of all, if you need this help, then you aren't competent enough to have an ICO.
Second, you can write a constructor function in your contract to accept the owner address (of your Ledger).
Also, you can just hardcode something like:
contract MyICO {
owner = 0x00abcdef...; // your Ledger address
/* more code follows */
}